aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-12-02 05:01:54 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-12-02 05:01:54 +0800
commit646ed927c6691796df969502bf5031771ace99fb (patch)
treea6eb6f2379b37803c2afd0b67c89d29c3c80f4ac /src/empathy-chat-window.c
parent9def2fdc5c8a33a36a47b4552eb7e4c4368aab4f (diff)
downloadgsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar
gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar.gz
gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar.bz2
gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar.lz
gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar.xz
gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar.zst
gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.zip
Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).
svn path=/trunk/; revision=1942
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c2
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