Ticket #547: 0001-bug-547-resume-by-default-uses-open-with-not-just.patch

File 0001-bug-547-resume-by-default-uses-open-with-not-just.patch, 1.0 KB (added by homunq, 15 years ago)

patch to fix

  • src/jarabe/desktop/favoritesview.py

    From aca1b4d42b5a5ed267c81c216db8e87c416c5d43 Mon Sep 17 00:00:00 2001
    From: chema <chema@chema-laptop.(none)>
    Date: Sat, 14 Mar 2009 20:13:27 -0600
    Subject: [PATCH] bug #547: resume-by-default uses open with, not just open
    
    ---
     src/jarabe/desktop/favoritesview.py |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/src/jarabe/desktop/favoritesview.py b/src/jarabe/desktop/favoritesview.py
    index 2bfe383..676a719 100644
    a b class ActivityIcon(CanvasIcon): 
    535535            launcher.add_launcher(entry['activity_id'],
    536536                                  self._activity_info.get_icon(),
    537537                                  XoColor(entry.get('icon-color', '')))
    538             journal.misc.resume(entry)
     538            journal.misc.resume(entry, self._activity_info.get_bundle_id())
    539539        else:
    540540            client = gconf.client_get_default()
    541541            xo_color = XoColor(client.get_string('/desktop/sugar/user/color'))