aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-contact.c2
-rw-r--r--libempathy/empathy-tp-contact-factory.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index eca16b9dc..87b66a074 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -1059,7 +1059,7 @@ empathy_contact_get_location (EmpathyContact *contact)
* Example: a "city" key would have "Helsinki" as string GValue,
* a "latitude" would have 65.0 as double GValue.
*/
-void
+void
empathy_contact_set_location (EmpathyContact *contact,
GHashTable *location)
{
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c
index bcdea8338..fa1af6f92 100644
--- a/libempathy/empathy-tp-contact-factory.c
+++ b/libempathy/empathy-tp-contact-factory.c
@@ -431,7 +431,6 @@ tp_contact_factory_got_locations (TpProxy *tp_proxy,
handle,
location);
}
- g_print ("Got location\n");
}
static void
@@ -479,7 +478,6 @@ tp_contact_factory_location_updated_cb (TpProxy *proxy,
if (contact == NULL)
return;
- g_print ("Location updated\n");
empathy_contact_set_location (contact, location);
}