Fix execute command when using the new dbus-python
This commit is contained in:
		
							parent
							
								
									66d0a402e1
								
							
						
					
					
						commit
						9c0e0783db
					
				| @ -66,7 +66,7 @@ class ActivityHost: | |||||||
|         return self._model |         return self._model | ||||||
| 
 | 
 | ||||||
|     def execute(self, command, args): |     def execute(self, command, args): | ||||||
|         return self._activity.execute(command, args) |         return self._activity.execute(command, dbus.Array(args)) | ||||||
| 
 | 
 | ||||||
|     def share(self): |     def share(self): | ||||||
|         self._activity.share() |         self._activity.share() | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Dan Williams
						Dan Williams