From 64d4af1b917c249a571f8b608c1976fb065dca49 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Fri, 21 May 2010 17:38:09 +1000 Subject: Change names of variables that shadow libc symbols --- libempathy-gtk/empathy-ui-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk') 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 * -- cgit v1.2.3