[baobab] Update egg-list-box



commit 254a8505b6cb7bb09ce395b1789c0666333df737
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Aug 14 19:20:06 2012 +0200

    Update egg-list-box

 src/egg-list-box.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/egg-list-box.vala b/src/egg-list-box.vala
index aa70a9d..d194525 100644
--- a/src/egg-list-box.vala
+++ b/src/egg-list-box.vala
@@ -867,7 +867,7 @@ public class Egg.ListBox : Container {
     widget.unparent ();
 
     child_hash.remove (widget);
-    children.remove (info.iter);
+    Sequence.remove (info.iter);
 
     if (this.get_visible ())
       update_separator (next);



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