diff options
Diffstat (limited to 'libempathy-gtk/empathy-location-manager.c')
-rw-r--r-- | libempathy-gtk/empathy-location-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c index 1bb1b732f..fb804315c 100644 --- a/libempathy-gtk/empathy-location-manager.c +++ b/libempathy-gtk/empathy-location-manager.c @@ -251,7 +251,7 @@ new_connection_cb (EmpathyAccountManager *manager, TpConnection *conn, gpointer *location_manager) { - EmpathyLocationManagerPriv *priv = GET_PRIV (manager); + EmpathyLocationManagerPriv *priv = GET_PRIV (location_manager); DEBUG ("New connection %p", conn); /* Don't publish if it is already planned (ie startup) */ |