Merge branch 'master' of git+ssh://crank.laptop.org/git/sugar

This commit is contained in:
Marco Pesenti Gritti
2006-06-16 16:34:01 -04:00
3 changed files with 37 additions and 7 deletions
+2 -2
View File
@@ -65,9 +65,9 @@ class ActivitiesView(gtk.TreeView):
print 'Activated row %s %s' % (address, activity_id)
if activity_id is None:
browser_shell.open_browser(address, ignore_reply=True)
browser_shell.open_browser(address)
else:
browser_shell.open_browser_with_id(address, activity_id, ignore_reply=True)
browser_shell.open_browser_with_id(address, activity_id)
class StartPage(gtk.HBox):
def __init__(self):