rev 7240 - kde-extras/kdebluetooth/trunk/debian

Michael Meskes meskes at alioth.debian.org
Sun Sep 23 12:31:21 UTC 2007


Author: meskes
Date: 2007-09-23 12:31:21 +0000 (Sun, 23 Sep 2007)
New Revision: 7240

Modified:
   kde-extras/kdebluetooth/trunk/debian/changelog
   kde-extras/kdebluetooth/trunk/debian/kblueplugd
Log:
Remove session restoration from kblueplugd because it starts a new kblueplugd on every session restart.



Modified: kde-extras/kdebluetooth/trunk/debian/changelog
===================================================================
--- kde-extras/kdebluetooth/trunk/debian/changelog	2007-09-22 15:56:49 UTC (rev 7239)
+++ kde-extras/kdebluetooth/trunk/debian/changelog	2007-09-23 12:31:21 UTC (rev 7240)
@@ -1,3 +1,10 @@
+kdebluetooth (1.0~beta7-2) unstable; urgency=low
+
+  * Fixed kblueplugd, no session restore anymore, or else we will have lots of
+    kblueplugds running.
+
+ -- Michael Meskes <meskes at debian.org>  Sun, 23 Sep 2007 14:29:12 +0200
+
 kdebluetooth (1.0~beta7-1) unstable; urgency=low
 
   * New upstream version, closes: #440386, #434418, #414981

Modified: kde-extras/kdebluetooth/trunk/debian/kblueplugd
===================================================================
--- kde-extras/kdebluetooth/trunk/debian/kblueplugd	2007-09-22 15:56:49 UTC (rev 7239)
+++ kde-extras/kdebluetooth/trunk/debian/kblueplugd	2007-09-23 12:31:21 UTC (rev 7240)
@@ -20,6 +20,8 @@
 
 
 app = QtGui.QApplication(sys.argv)
+if app.isSessionRestored():
+	quit()
 dbus.mainloop.qt.DBusQtMainLoop(set_as_default=True)
 bus = dbus.SystemBus()
 




More information about the pkg-kde-commits mailing list