From 53aa1e8e60b7c9a48348caddccebefe81249d28f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 19 Apr 2008 23:01:05 +0000 Subject: Make possible to show "ghelp:" URIs and display a dialog in case of error in empathy_url_show. Use that to show empathy's doc. svn path=/trunk/; revision=996 --- src/empathy-chat-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-chat-window.c') diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index dc7f2f102..09a0e4589 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -676,7 +676,7 @@ static void chat_window_help_contents_cb (GtkWidget *menuitem, EmpathyChatWindow *window) { - //empathy_help_show (); + empathy_url_show ("ghelp:empathy?chat"); } static void -- cgit v1.2.3