[gnome-games] sudoku: Fix help URI for new help system
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] sudoku: Fix help URI for new help system
- Date: Fri, 23 Mar 2012 03:42:38 +0000 (UTC)
commit 1c6c222d09fa45e6de6e312e56e88b986be7b651
Author: Shaun McCance <shaunm gnome org>
Date: Thu Mar 22 13:41:02 2012 -0400
sudoku: Fix help URI for new help system
gnome-sudoku/src/lib/main.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-sudoku/src/lib/main.py b/gnome-sudoku/src/lib/main.py
index 3101957..260d158 100644
--- a/gnome-sudoku/src/lib/main.py
+++ b/gnome-sudoku/src/lib/main.py
@@ -673,7 +673,7 @@ class UI:
@simple_debug
def show_help (self, *args):
try:
- Gtk.show_uri(self.w.get_screen(), "ghelp:gnome-sudoku", Gtk.get_current_event_time())
+ Gtk.show_uri(self.w.get_screen(), "help:gnome-sudoku", Gtk.get_current_event_time())
except GObject.GError, error:
# FIXME: This should create a pop-up dialog
print _('Unable to display help: %s') % str(error)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]