X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg-dbus.py;h=48c3f6626bbbca6cecf06293bffc1a78511678dc;hb=4e7394a7e103cf0633cc9c42d9959aa94f2d7c9a;hp=befde967677bf0251a5ecf845a9ee55c13a1901f;hpb=4242715e912be3d0c44f0be3976744107e4502f5;p=xsetbg.git diff --git a/xsetbg-dbus.py b/xsetbg-dbus.py index befde96..48c3f66 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-2011 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design" __license__ = "GNU GPL" import gobject @@ -40,7 +36,7 @@ if __name__ == '__main__': session_bus = dbus.SessionBus() name = dbus.service.BusName("name.phdru.XSetBg", session_bus) - object = XsetBg(session_bus, '/XSetBg') + object = XsetBg(session_bus, '/name/phdru/XSetBg') change(force=True) mainloop = gobject.MainLoop()