]> git.phdru.name Git - xsetbg.git/commitdiff
Removed duplicate code.
authorOleg Broytman <phd@phdru.name>
Sun, 27 Nov 2011 21:31:51 +0000 (21:31 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 27 Nov 2011 21:31:51 +0000 (21:31 +0000)
git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@54 143022c7-580b-0410-bae3-87f2bf5d3141

xsetbg-dbus.py

index 093f85a8934b1906c1e52bd860d7afbb1ebdd7be..befde967677bf0251a5ecf845a9ee55c13a1901f 100755 (executable)
@@ -34,10 +34,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)