Put exec back, I forgot it was used by the camera.

Helper method to create an activity with an uri.
This commit is contained in:
Marco Pesenti Gritti
2007-02-22 01:23:58 +01:00
parent 0b6b6cd6ac
commit 1b5ac988d7
3 changed files with 41 additions and 32 deletions
+4
View File
@@ -93,6 +93,10 @@ class Activity(gtk.Window):
self._service = self._pservice.share_activity(self, default_type)
self._shared = True
def execute(self, command, args):
"""Execute the given command with args"""
return False
def _destroy_cb(self, window):
if self._bus:
del self._bus