mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 14:54:27 +01:00
dbus_export: fix WindowId property signature
It should be unsigned int.
This commit is contained in:
parent
f625ecc861
commit
10a02db64b
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ def Status(self):
|
|||
def Menu(self):
|
||||
return dbus.ObjectPath(self.dbus_menu.object_path)
|
||||
|
||||
@dbus_property(IFACE, signature='i')
|
||||
@dbus_property(IFACE, signature='u')
|
||||
def WindowId(self):
|
||||
return 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue