aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.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-accounts-dialog.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-accounts-dialog.c')
-rw-r--r--src/empathy-accounts-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 0cca7035f..72967cbda 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -951,7 +951,7 @@ static void
accounts_dialog_button_help_clicked_cb (GtkWidget *button,
EmpathyAccountsDialog *dialog)
{
- empathy_url_show ("ghelp:empathy?empathy-create-account");
+ empathy_url_show (button, "ghelp:empathy?empathy-create-account");
}
static void