Set glib program name and application name.

Better way of importing ltihooks.
Several cleanups.
This commit is contained in:
Marco Pesenti Gritti
2007-06-29 22:11:28 +02:00
parent a609da166b
commit 1d4112a882
10 changed files with 45 additions and 20 deletions
+1
View File
@@ -145,6 +145,7 @@ class Shell(gobject.GObject):
home_model.notify_activity_launch(activity_id, bundle_id)
def notify_launch_failure(self, activity_id):
home_model = self._model.get_home()
home_model.notify_activity_launch_failed(activity_id)
def start_activity(self, activity_type):