Author: jannis
Date: 2007-02-14 11:04:52 +0000 (Wed, 14 Feb 2007)
New Revision: 24976

Modified:
   libfrap/trunk/libfrap/menu/ChangeLog
   libfrap/trunk/libfrap/menu/frap-menu-item-cache.h
Log:
        * frap-menu-item-cache.h: Fix typo - it's 
          frap_menu_item_cache_get_default(), not 
          frap_menu_item_pool_get_default().

Modified: libfrap/trunk/libfrap/menu/ChangeLog
===================================================================
--- libfrap/trunk/libfrap/menu/ChangeLog        2007-02-14 10:54:20 UTC (rev 
24975)
+++ libfrap/trunk/libfrap/menu/ChangeLog        2007-02-14 11:04:52 UTC (rev 
24976)
@@ -1,5 +1,11 @@
 2007-02-14     Jannis Pohlmann <[EMAIL PROTECTED]>
 
+       * frap-menu-item-cache.h: Fix typo - it's 
+         frap_menu_item_cache_get_default(), not 
+         frap_menu_item_pool_get_default().
+
+2007-02-14     Jannis Pohlmann <[EMAIL PROTECTED]>
+
        * STATUS: <Move>, <Old> and <New> are not working yet, so mark them
          as not implemented yet. According to the menu test suite, everything
          is completely supported now, except moving/merging menus and menu 

Modified: libfrap/trunk/libfrap/menu/frap-menu-item-cache.h
===================================================================
--- libfrap/trunk/libfrap/menu/frap-menu-item-cache.h   2007-02-14 10:54:20 UTC 
(rev 24975)
+++ libfrap/trunk/libfrap/menu/frap-menu-item-cache.h   2007-02-14 11:04:52 UTC 
(rev 24976)
@@ -41,20 +41,20 @@
 #define FRAP_IS_MENU_ITEM_CACHE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE 
((klass), FRAP_TYPE_MENU_ITEM_CACHE))
 #define FRAP_MENU_ITEM_CACHE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS 
((obj), FRAP_TYPE_MENU_ITEM_CACHE, FrapMenuItemCacheClass))
 
-GType              frap_menu_item_cache_get_type   (void) G_GNUC_CONST;
+GType              frap_menu_item_cache_get_type    (void) G_GNUC_CONST;
 
-FrapMenuItemCache *frap_menu_item_pool_get_default (void);
+FrapMenuItemCache *frap_menu_item_cache_get_default (void);
 
-FrapMenuItem      *frap_menu_item_cache_lookup     (FrapMenuItemCache *cache,
-                                                    const gchar       
*filename,
-                                                    const gchar       
*desktop_id);
-void               frap_menu_item_cache_foreach    (FrapMenuItemCache *cache,
-                                                    GHFunc             func, 
-                                                    gpointer           
user_data);
+FrapMenuItem      *frap_menu_item_cache_lookup      (FrapMenuItemCache *cache,
+                                                     const gchar       
*filename,
+                                                     const gchar       
*desktop_id);
+void               frap_menu_item_cache_foreach     (FrapMenuItemCache *cache,
+                                                     GHFunc             func, 
+                                                     gpointer           
user_data);
 
 #if defined(LIBFRAPMENU_COMPILATION)
-void               _frap_menu_item_cache_init      (void) G_GNUC_INTERNAL;
-void               _frap_menu_item_cache_shutdown  (void) G_GNUC_INTERNAL;
+void               _frap_menu_item_cache_init       (void) G_GNUC_INTERNAL;
+void               _frap_menu_item_cache_shutdown   (void) G_GNUC_INTERNAL;
 #endif
 
 G_END_DECLS;

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to