aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-contact-widget.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index f4e7de4e1..daee82dc9 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -701,8 +701,10 @@ contact_widget_location_update (EmpathyContactWidget *information)
gtk_container_add (GTK_CONTAINER (information->viewport_map),
information->map_view_embed);
- g_object_set (G_OBJECT (information->map_view), "show-license", FALSE,
+ g_object_set (G_OBJECT (information->map_view),
+ "show-license", FALSE,
"scroll-mode", CHAMPLAIN_SCROLL_MODE_KINETIC,
+ "zoom-level", 10,
NULL);
layer = champlain_layer_new ();