[empathy] contact-widget: increase zoom on map



commit d74946a42f83c5daaf0847011d722cf6138a4eed
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Feb 25 09:51:23 2010 +0000

    contact-widget: increase zoom on map

 libempathy-gtk/empathy-contact-widget.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index f4e7de4..daee82d 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 ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]