mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
dbus_export: fix WindowId property signature
It should be unsigned int.
This commit is contained in:
parent
f625ecc861
commit
10a02db64b
@ -192,7 +192,7 @@ class StatusNotifierItemAPI(Object):
|
||||
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…
x
Reference in New Issue
Block a user