Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_menu.c 


Log Message:
- formatting

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_menu.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- efreet_menu.c       3 Feb 2007 13:05:30 -0000       1.1
+++ efreet_menu.c       6 Feb 2007 02:04:50 -0000       1.2
@@ -38,14 +38,14 @@
     {
         const char *internal;     /**< The menu name */
         const char *name;         /**< Name to use in the menus */
-    } name;                 /**< The names for this menu */
+    } name;                       /**< The names for this menu */
 
     Efreet_Desktop *directory; /**< The directory */
     Ecore_DList *directories;  /**< All the directories set in the menu file */
 
     Efreet_Menu_Move *current_move; /**< The current move */
 
-    Ecore_List *app_dirs;        /**< .desktop application directories */
+    Ecore_List *app_dirs;           /**< .desktop application directories */
 
     Ecore_List *app_pool;           /**< application pool */
     Ecore_List *applications;       /**< applications in this menu */
@@ -53,14 +53,14 @@
     Ecore_DList *directory_dirs;    /**< .directory file directories */
     Ecore_Hash *directory_cache;    /**< .directory dirs */
 
-    Ecore_List *moves;      /**< List of moves to be handled by the menu */
-    Ecore_List *filters;    /**< Include and Exclude filters */
+    Ecore_List *moves;              /**< List of moves to be handled by the 
menu */
+    Ecore_List *filters;            /**< Include and Exclude filters */
 
-    Efreet_Menu_Internal *parent;     /**< Our parent menu */
-    Ecore_List           *sub_menus;  /**< Our sub menus */
+    Efreet_Menu_Internal *parent;   /**< Our parent menu */
+    Ecore_List *sub_menus;          /**< Our sub menus */
 
-    Ecore_List *layout;            /**< This menus layout */
-    Ecore_List *default_layout;    /**< Default layout */
+    Ecore_List *layout;             /**< This menus layout */
+    Ecore_List *default_layout;     /**< Default layout */
     char show_empty;    /**< Whether to show empty menus */
     char in_line;       /**< Whether this meny can be inlined */
     char inline_limit;  /**< Number of elements which triggers inline */



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to