]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg-dbus.py
Expand tilde in the database path
[xsetbg.git] / xsetbg-dbus.py
index 386df21dfac0de29ee5c16d47abc865ed7b95dfb..11570bc720c6c3933be61fafcba3409fd2a4eea4 100755 (executable)
@@ -3,12 +3,8 @@
 
 """
 
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
-
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2010 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import gobject
@@ -34,10 +30,6 @@ class XsetBg(dbus.service.Object):
     def stop(self):
         mainloop.quit()
 
-    @dbus.service.method("name.phdru.XSetBg", in_signature='', out_signature='')
-    def stop(self):
-        mainloop.quit()
-
 
 if __name__ == '__main__':
     dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)