aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b8a32885c..458c297be 100644
--- a/src/empathy-map-view.c
+++ b/src/empathy-map-view.c
@@ -145,7 +145,7 @@ map_view_destroy_cb (GtkWidget *widget,
{
GList *item;
- item = clutter_container_get_children (window->layer);
+ item = clutter_container_get_children (CLUTTER_CONTAINER (window->layer));
while (item != NULL)
{
EmpathyContact *contact;