[jhbuild] frontends/gtkui.py: Use "help:" instead "ghelp:" uri



commit 158a97c5014c58e58fc183af8516a4133c00493b
Author: Javier JardÃn <jjardon gnome org>
Date:   Tue Mar 27 19:23:19 2012 +0100

    frontends/gtkui.py: Use "help:" instead "ghelp:" uri
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672940

 jhbuild/frontends/gtkui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/frontends/gtkui.py b/jhbuild/frontends/gtkui.py
index 6e8457f..61bfb62 100644
--- a/jhbuild/frontends/gtkui.py
+++ b/jhbuild/frontends/gtkui.py
@@ -267,7 +267,7 @@ class AppWindow(gtk.Window, buildscript.BuildScript):
 
     def on_help_cb(self, *args):
         gtk.show_uri(gtk.gdk.screen_get_default(),
-                'ghelp:jhbuild', gtk.get_current_event_time())
+                'help:jhbuild', gtk.get_current_event_time())
 
     def on_preferences_cb(self, *args):
         if not self.preference_dialog:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]