From 7aa9ee599f7a1379b045ad020fc4c4ed94ece79e Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Thu, 17 Dec 2009 19:20:35 -0500 Subject: ephy_gui_help: use gtk_show_uri to open help We were doing some ugly path searching for this. The correct method is to use gtk_show_uri. Bug #604024 --- src/ephy-history-window.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ephy-history-window.c') diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 731b20e51..4500c155d 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -490,9 +490,7 @@ static void cmd_help_contents (GtkAction *action, EphyHistoryWindow *editor) { - ephy_gui_help (GTK_WINDOW (editor), - "epiphany", - "ephy-managing-history"); + ephy_gui_help (GTK_WIDGET (editor), "ephy-managing-history"); } static void -- cgit v1.2.3