summaryrefslogblamecommitdiff
path: root/x11/kdelibs2/files/patch-kapp.cpp
blob: f46eb7dec9f6f801d3fee26886ef9e50e1d770f4 (plain) (tree)
1
2
3
4
5
6
7
8
9
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;
     }