[empathy] Fix compile warning



commit 2fbb4aa0b855d3bac977c25e32c599e59fde89ee
Author: Pierre-Luc Beaudoin <pierre-luc beaudoin collabora co uk>
Date:   Thu Jun 11 10:30:49 2009 -0400

    Fix compile warning
---
 src/empathy-map-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index b8a3288..458c297 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;



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