diff options
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 255c5d679..5a8cb1048 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -775,7 +775,7 @@ static void chat_window_help_contents_cb (GtkWidget *menuitem, EmpathyChatWindow *window) { - empathy_url_show ("ghelp:empathy?chat"); + empathy_url_show (menuitem, "ghelp:empathy?chat"); } static void |