aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-map-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-map-view.c')
-rw-r--r--src/empathy-map-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index 1a9872558..11e0eb471 100644
--- a/src/empathy-map-view.c
+++ b/src/empathy-map-view.c
@@ -132,7 +132,7 @@ empathy_map_view_show ()
champlain_view_center_on (window->map_view, 36, 0);
embed = champlain_view_embed_new (window->map_view);
- gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW (sw),
+ gtk_container_add (GTK_CONTAINER (sw),
GTK_WIDGET (embed));
gtk_widget_show_all (embed);