diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-22 03:34:48 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-22 03:34:48 +0000 |
commit | 14e601f8d117b48fef0a29dfb65b2187946b6799 (patch) | |
tree | a4e98f82dc34ac41dc730ecd54358266248f3ef5 /x11/kdelibs2 | |
parent | 69b7a852727e90b629219e3235bd819be9c5b991 (diff) |
Notes
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r-- | x11/kdelibs2/files/patch-kapp.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/kdelibs2/files/patch-kapp.cpp b/x11/kdelibs2/files/patch-kapp.cpp new file mode 100644 index 000000000000..f46eb7dec9f6 --- /dev/null +++ b/x11/kdelibs2/files/patch-kapp.cpp @@ -0,0 +1,10 @@ +--- kdecore/kapp.cpp.orig Fri Dec 22 11:27:55 2000 ++++ kdecore/kapp.cpp Fri Dec 22 11:28:22 2000 +@@ -776,6 +776,7 @@ + if ( mySmcConnection ) { + // we already have a connection to the session manager, use it. + SmcRequestSaveYourself( mySmcConnection, SmSaveBoth, True, SmInteractStyleAny, False, True ); ++ SmcCloseConnection( mySmcConnection, 0, 0 ); + return TRUE; + } + |