Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fdo_menu_to_order.c e_int_config_apps.c 


Log Message:
Remave the application add button again, now that raster has that working 
properly in fm2.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fdo_menu_to_order.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_fdo_menu_to_order.c       5 Nov 2006 12:02:52 -0000       1.20
+++ e_fdo_menu_to_order.c       9 Nov 2006 13:45:45 -0000       1.21
@@ -45,6 +45,7 @@
       {
          struct category_data cat_data;
 
+         printf("Not enough applications found in the system menus, creating 
fallback menus.\n");
          /* search out all .desktop files and generate menus ala e17genmenu. */
          ecore_desktop_instrumentation_reset();
          cat_data.menus = ecore_hash_new(ecore_str_hash, ecore_str_compare);
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_apps.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- e_int_config_apps.c 9 Nov 2006 12:05:57 -0000       1.39
+++ e_int_config_apps.c 9 Nov 2006 13:45:45 -0000       1.40
@@ -646,11 +646,11 @@
    if (once)
       mt = e_widget_button_add(evas, _(once->label), "enlightenment/e",
                           _cb_button_add, cfdata, NULL);
-/* Put this back in temporarily until raster fixes fm. */ 
+/*
    else
       mt = e_widget_button_add(evas, _("Add application ->"), 
"enlightenment/e",
                           _cb_button_add, cfdata, NULL);
-/* */
+*/
    if (mt)
      {
         cfdata->gui.o_add_button = mt;



-------------------------------------------------------------------------
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