aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-about-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-about-dialog.c')
-rw-r--r--src/empathy-about-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c
index 14d292585..4765e6b32 100644
--- a/src/empathy-about-dialog.c
+++ b/src/empathy-about-dialog.c
@@ -99,7 +99,7 @@ about_dialog_activate_link_cb (GtkAboutDialog *about,
const gchar *link,
gpointer data)
{
- empathy_url_show (link);
+ empathy_url_show (GTK_WIDGET (about), link);
}
void