]> git.0d.be Git - empathy.git/commitdiff
rename 'location' to 'loc' to fix shadow declaration
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 6 Jan 2010 15:25:39 +0000 (15:25 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 6 Jan 2010 15:25:39 +0000 (15:25 +0000)
libempathy-gtk/empathy-contact-widget.c

index 8b1522dc4e10ba32cff3c339e30577895b9fbae2..7a3c04ec80c39ee7183dff7e49d2ded66de0d1ea 100644 (file)
@@ -1366,9 +1366,9 @@ contact_widget_location_update (EmpathyContactWidget *information)
   value = g_hash_table_lookup (location, EMPATHY_LOCATION_TIMESTAMP);
   if (value == NULL)
     {
-      gchar *location = g_strdup_printf ("<b>%s</b>", _("Location"));
-      gtk_label_set_markup (GTK_LABEL (information->label_location), location);
-      g_free (location);
+      gchar *loc = g_strdup_printf ("<b>%s</b>", _("Location"));
+      gtk_label_set_markup (GTK_LABEL (information->label_location), loc);
+      g_free (loc);
     }
   else
     {