aboutsummaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-22 03:34:48 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-22 03:34:48 +0000
commit14e601f8d117b48fef0a29dfb65b2187946b6799 (patch)
treea4e98f82dc34ac41dc730ecd54358266248f3ef5 /x11/kdelibs2
parent69b7a852727e90b629219e3235bd819be9c5b991 (diff)
Notes
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r--x11/kdelibs2/files/patch-kapp.cpp10
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;
+ }
+