[gnome-power-manager] Open the gnome-power-manager help, not the 'cheese' help



commit a472d25191ec3202ecc4c0d1a652bd32e87fef8f
Author: Richard Hughes <richard hughsie com>
Date:   Wed Sep 2 09:23:11 2009 +0100

    Open the gnome-power-manager help, not the 'cheese' help

 src/gpm-common.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gpm-common.c b/src/gpm-common.c
index b3da7b3..50d57d4 100644
--- a/src/gpm-common.c
+++ b/src/gpm-common.c
@@ -172,10 +172,10 @@ gpm_help_display (const gchar *link_id)
 	GError *error = NULL;
 	gchar *uri;
 
-	if (link_id)
-		uri = g_strconcat ("ghelp:cheese?", link_id, NULL);
+	if (link_id != NULL)
+		uri = g_strconcat ("ghelp:gnome-power-manager?", link_id, NULL);
 	else
-		uri = g_strdup ("ghelp:cheese");
+		uri = g_strdup ("ghelp:gnome-power-manager");
 
 	gtk_show_uri (NULL, uri, GDK_CURRENT_TIME, &error);
 



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