Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_configure.c 


Log Message:
Set "selector" on the item list so you can re-click a config item to
relaunch it's dialog without selecting something else first.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- e_configure.c       26 Nov 2006 16:10:48 -0000      1.73
+++ e_configure.c       26 Nov 2006 21:59:55 -0000      1.74
@@ -82,6 +82,7 @@
    
    /* Item List */
    eco->item_list = e_widget_ilist_add(eco->evas, 32, 32, NULL);
+   e_widget_ilist_selector_set(eco->item_list, 1);
    e_widget_list_object_append(eco->o_list, eco->item_list, 1, 1, 0.5);
    
    /* Add "Categories" & "Items" Here */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to