Author: toshok
Date: 2008-01-22 18:15:18 -0500 (Tue, 22 Jan 2008)
New Revision: 93600

Modified:
   trunk/moon/src/ChangeLog
   trunk/moon/src/panel.cpp
Log:
2008-01-22  Chris Toshok  <[EMAIL PROTECTED]>

        * panel.cpp (Panel::OnCollectionChanged): remove the fix for
        #353954 as its redundant after the previous commit.




Modified: trunk/moon/src/ChangeLog
===================================================================
--- trunk/moon/src/ChangeLog    2008-01-22 23:12:22 UTC (rev 93599)
+++ trunk/moon/src/ChangeLog    2008-01-22 23:15:18 UTC (rev 93600)
@@ -1,5 +1,10 @@
 2008-01-22  Chris Toshok  <[EMAIL PROTECTED]>
 
+       * panel.cpp (Panel::OnCollectionChanged): remove the fix for
+       #353954 as its redundant after the previous commit.
+
+2008-01-22  Chris Toshok  <[EMAIL PROTECTED]>
+
        * garray-ext.cpp (bsearch): fix this so the g_array_insert_sorted
        function works.
 

Modified: trunk/moon/src/panel.cpp
===================================================================
--- trunk/moon/src/panel.cpp    2008-01-22 23:12:22 UTC (rev 93599)
+++ trunk/moon/src/panel.cpp    2008-01-22 23:15:18 UTC (rev 93600)
@@ -469,9 +469,8 @@
        switch (type) {
        case CollectionChangeTypeItemAdded:
                // we could do some optimization here
-               GetChildren()->ResortByZIndex ();
-       case CollectionChangeTypeItemRemoved:
        case CollectionChangeTypeChanged:
+       case CollectionChangeTypeItemRemoved:
                UpdateBounds (true);
                break;
        case CollectionChangeTypeItemChanged:

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to