]> git.0d.be Git - empathy.git/blobdiff - src/empathy-about-dialog.c
Change names of variables that shadow libc symbols
[empathy.git] / src / empathy-about-dialog.c
index 6a8f14cc4c5c3f5ac83dd6c2a42ccee1391cdf37..e3176c0577fd66fcb4f7699629a1ff8f0bd1423c 100644 (file)
@@ -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