mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05: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):
 | 
					    def Menu(self):
 | 
				
			||||||
        return dbus.ObjectPath(self.dbus_menu.object_path)
 | 
					        return dbus.ObjectPath(self.dbus_menu.object_path)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @dbus_property(IFACE, signature='i')
 | 
					    @dbus_property(IFACE, signature='u')
 | 
				
			||||||
    def WindowId(self):
 | 
					    def WindowId(self):
 | 
				
			||||||
        return 0
 | 
					        return 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user