aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.c')
-rw-r--r--libempathy-gtk/empathy-ui-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index 586eaee16..13ca0c727 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -1530,10 +1530,10 @@ empathy_url_show (GtkWidget *parent,
static void
link_button_hook (GtkLinkButton *button,
- const gchar *link,
+ const gchar *link_,
gpointer user_data)
{
- empathy_url_show (GTK_WIDGET (button), link);
+ empathy_url_show (GTK_WIDGET (button), link_);
}
GtkWidget *