[nanny] Using yelp instead xdg-open



commit 4878411d2a9fe8f64f30132ddce5d148d68f6cc0
Author: Roberto Majadas <roberto majadas openshine com>
Date:   Sun Feb 21 20:02:15 2010 +0100

    Using yelp instead xdg-open

 client/gnome/admin/src/AdminConsole.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/client/gnome/admin/src/AdminConsole.py b/client/gnome/admin/src/AdminConsole.py
index c9838a0..6716d42 100644
--- a/client/gnome/admin/src/AdminConsole.py
+++ b/client/gnome/admin/src/AdminConsole.py
@@ -351,7 +351,7 @@ class AdminConsole:
         try:
             gtk.show_uri(None , "ghelp:nanny", gtk.get_current_event_time())
         except:
-            os.system("xdg-open ghelp:nanny")
+            os.system("yelp ghelp:nanny")
 
     def __on_close_button_clicked (self, widget, data=None):
         gtk.main_quit()



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