Author: jannis
Date: 2007-02-08 12:49:27 +0000 (Thu, 08 Feb 2007)
New Revision: 24875

Modified:
   libfrap/trunk/libfrap/menu/ChangeLog
   libfrap/trunk/libfrap/menu/frap-menu-item.c
Log:
        * frap-menu-item.c: Mussed have accidently reverted this file before
          commiting the last changes. Do not decrement the allocation counter
          in frap_menu_item_unref(), so excluded items won't be moved from
          one menu to another.

Modified: libfrap/trunk/libfrap/menu/ChangeLog
===================================================================
--- libfrap/trunk/libfrap/menu/ChangeLog        2007-02-07 23:29:34 UTC (rev 
24874)
+++ libfrap/trunk/libfrap/menu/ChangeLog        2007-02-08 12:49:27 UTC (rev 
24875)
@@ -1,5 +1,12 @@
 2007-02-08     Jannis Pohlmann <[EMAIL PROTECTED]>
 
+       * frap-menu-item.c: Mussed have accidently reverted this file before
+         commiting the last changes. Do not decrement the allocation counter
+         in frap_menu_item_unref(), so excluded items won't be moved from
+         one menu to another.
+
+2007-02-08     Jannis Pohlmann <[EMAIL PROTECTED]>
+
        * frap-menu-item-pool.{c,h}: Remove frap_menu_item_cache_apply_rules()
          and frap_menu_item_cache_remove_allocated() as include/exclude rules
          are handled differently now. Instead, add 

Modified: libfrap/trunk/libfrap/menu/frap-menu-item.c
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-item.c 2007-02-07 23:29:34 UTC (rev 
24874)
+++ libfrap/trunk/libfrap/menu/frap-menu-item.c 2007-02-08 12:49:27 UTC (rev 
24875)
@@ -898,9 +898,6 @@
 {
   g_return_if_fail (FRAP_IS_MENU_ITEM (item));
 
-  /* Decrement allocation counter */
-  frap_menu_item_decrement_allocated (item);
-
   /* Decrement the reference counter */
   g_object_unref (G_OBJECT (item));
 }

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to