From a8260d4f1de4ab185922be3b7713c15f55f1f0a3 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 6 Jan 2010 15:25:39 +0000 Subject: rename 'location' to 'loc' to fix shadow declaration --- libempathy-gtk/empathy-contact-widget.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 8b1522dc4..7a3c04ec8 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -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 ("%s", _("Location")); - gtk_label_set_markup (GTK_LABEL (information->label_location), location); - g_free (location); + gchar *loc = g_strdup_printf ("%s", _("Location")); + gtk_label_set_markup (GTK_LABEL (information->label_location), loc); + g_free (loc); } else { -- cgit v1.2.3