Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_shelf.c 


Log Message:
Sort the shelf list before returning it. This keeps the Shelf dialog nicely
sorted on add/del of a shelf.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_shelf.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- e_shelf.c   3 Feb 2007 06:48:31 -0000       1.47
+++ e_shelf.c   12 Feb 2007 05:49:52 -0000      1.48
@@ -81,6 +81,8 @@
 EAPI Evas_List *
 e_shelf_list(void)
 {
+   shelves = evas_list_sort(shelves, evas_list_count(shelves), 
+                           _e_shelf_cb_id_sort);
    return shelves;
 }
 



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