diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c index 60c250838..617543a55 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -588,7 +588,7 @@ main (int argc, char *argv[]) /* Location mananger */ #if HAVE_GEOCLUE - location_manager = empathy_location_manager_get_default (); + location_manager = empathy_location_manager_dup_default (); #endif gtk_main (); |