aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-25 23:46:00 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-26 00:49:20 +0800
commit351da00be344cf578612ae5ef5eb2d708473dd77 (patch)
treef79a9dc9f8f4d5806d49d4b72e5887db2db5ffba /libempathy-gtk
parentd74946a42f83c5daaf0847011d722cf6138a4eed (diff)
downloadgsoc2013-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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-widget.c2
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);