Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_applications


Modified Files:
        e_int_config_apps.c 


Log Message:
Don't sort the menu/order list based on alpha. Use the existing order from
the menu/order file.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_applications/e_int_config_apps.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_int_config_apps.c 4 Dec 2007 16:46:11 -0000       1.8
+++ e_int_config_apps.c 4 Dec 2007 16:58:04 -0000       1.9
@@ -313,7 +313,6 @@
        ecore_list_append(apps, entry->desktop);
      }
    efreet_menu_free(menu);
-   if (apps) ecore_list_sort(apps, ECORE_COMPARE_CB(_cb_sort_desks), 
ECORE_SORT_MIN);
    return apps;
 }
 
@@ -336,7 +335,6 @@
      }
    if (l) evas_list_free(l);
    e_object_del(E_OBJECT(order));
-   if (apps) ecore_list_sort(apps, ECORE_COMPARE_CB(_cb_sort_desks), 
ECORE_SORT_MIN);
    return apps;
 }
 



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to