diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-25 23:46:00 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-26 00:49:20 +0800 |
commit | 351da00be344cf578612ae5ef5eb2d708473dd77 (patch) | |
tree | f79a9dc9f8f4d5806d49d4b72e5887db2db5ffba | |
parent | d74946a42f83c5daaf0847011d722cf6138a4eed (diff) | |
download | gsoc2013-empathy-351da00be344cf578612ae5ef5eb2d708473dd77.tar gsoc2013-empathy-351da00be344cf578612ae5ef5eb2d708473dd77.tar.gz gsoc2013-empathy-351da00be344cf578612ae5ef5eb2d708473dd77.tar.bz2 gsoc2013-empathy-351da00be344cf578612ae5ef5eb2d708473dd77.tar.lz gsoc2013-empathy-351da00be344cf578612ae5ef5eb2d708473dd77.tar.xz gsoc2013-empathy-351da00be344cf578612ae5ef5eb2d708473dd77.tar.zst gsoc2013-empathy-351da00be344cf578612ae5ef5eb2d708473dd77.zip |
show map license
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index daee82dc9..9cb493fbe 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -702,7 +702,7 @@ 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, + "show-license", TRUE, "scroll-mode", CHAMPLAIN_SCROLL_MODE_KINETIC, "zoom-level", 10, NULL); |