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 --- src/empathy-about-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-about-dialog.c') diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c index 6a8f14cc4..e3176c057 100644 --- a/src/empathy-about-dialog.c +++ b/src/empathy-about-dialog.c @@ -97,10 +97,10 @@ static const char *license[] = { static void about_dialog_activate_link_cb (GtkAboutDialog *about, - const gchar *link, + const gchar *link_, gpointer data) { - empathy_url_show (GTK_WIDGET (about), link); + empathy_url_show (GTK_WIDGET (about), link_); } void -- cgit v1.2.3