From kde-commits Sat Feb 05 18:07:31 2005 From: Esben Mose Hansen Date: Sat, 05 Feb 2005 18:07:31 +0000 To: kde-commits Subject: kdebase/klipper Message-Id: <20050205180731.6AED91D2CA () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110762686604411 CVS commit by esben: Turning session mangement off for Klipper breaks the persistent clipboard history. I have been unable to detect ill effects of having it turned on, on it is. BUG: 92785 M +0 -1 main.cpp 1.43 --- kdebase/klipper/main.cpp #1.42:1.43 @@ -47,5 +47,4 @@ extern "C" int KDE_EXPORT kdemain(int ar } KUniqueApplication app; - app.disableSessionManagement(); Klipper *toplevel = new Klipper();