[gnome-applets] Fix help of the keyboard applet to open the right file



commit c9f69665139ea89fe4385a54bb98410ba35141a3
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Oct 2 20:29:02 2009 +0200

    Fix help of the keyboard applet to open the right file

 gswitchit/gswitchit-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gswitchit/gswitchit-applet.c b/gswitchit/gswitchit-applet.c
index dab7ebf..96e9a55 100644
--- a/gswitchit/gswitchit-applet.c
+++ b/gswitchit/gswitchit-applet.c
@@ -448,7 +448,7 @@ GSwitchItAppletCmdHelp (BonoboUIComponent
 			* uic, GSwitchItApplet * sia, const gchar * verb)
 {
 	gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (sia->applet)),
-		"ghelp:gswitchit-view",
+		"ghelp:gswitchit",
 		gtk_get_current_event_time (),
 		NULL);
 } void



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