X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg-dbus.py;h=11570bc720c6c3933be61fafcba3409fd2a4eea4;hb=80c5a31f64e2722657d472191b52589210b7f0d8;hp=386df21dfac0de29ee5c16d47abc865ed7b95dfb;hpb=1e78bdb4689601d3b4b774cff2ad9dbdc00326c7;p=xsetbg.git diff --git a/xsetbg-dbus.py b/xsetbg-dbus.py index 386df21..11570bc 100755 --- a/xsetbg-dbus.py +++ b/xsetbg-dbus.py @@ -3,12 +3,8 @@ """ -__version__ = "$Revision$"[11:-2] -__revision__ = "$Id$"[5:-2] -__date__ = "$Date$"[7:-2] - __author__ = "Oleg Broytman " -__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)