[Pkg-sugar-commit] [sugar-toolkit-gtk3] 05/08: Revert "Add ability to launch a bundle"

Jonas Smedegaard dr at jones.dk
Sat May 30 09:38:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag v0.105.0
in repository sugar-toolkit-gtk3.

commit 06c3f01998a7a5508f2699903624a5d0844049e4
Author: Martin Abente Lahaye <tch at sugarlabs.org>
Date:   Sun Apr 12 10:11:59 2015 -0400

    Revert "Add ability to launch a bundle"
    
    This reverts commit 8fcb0b48d3d7fc1b1d95300559fae99fc08028f2.
---
 src/sugar3/activity/activity.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/sugar3/activity/activity.py b/src/sugar3/activity/activity.py
index 9362ac5..d56c620 100644
--- a/src/sugar3/activity/activity.py
+++ b/src/sugar3/activity/activity.py
@@ -1159,10 +1159,3 @@ def show_object_in_journal(object_id):
     obj = bus.get_object(J_DBUS_SERVICE, J_DBUS_PATH)
     journal = dbus.Interface(obj, J_DBUS_INTERFACE)
     journal.ShowObject(object_id)
-
-def launch_bundle(bundle_id="", object_id="", mime_type=""):
-    bus = dbus.SessionBus()
-    obj = bus.get_object('org.sugarlabs.BundleLauncher',
-                         '/org/sugarlabs/BundleLauncher')
-    bundle_launcher = dbus.Interface(obj, 'org.sugarlabs.BundleLauncher')
-    bundle_launcher.launch(bundle_id, object_id, mime_type)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-toolkit-gtk3.git



More information about the pkg-sugar-commit mailing list