Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_options_dialog.c 


Log Message:
* ETK API changes

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_options_dialog.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- etk_options_dialog.c        2 Sep 2006 09:51:41 -0000       1.11
+++ etk_options_dialog.c        7 Oct 2006 09:40:29 -0000       1.12
@@ -181,7 +181,7 @@
        
        toolbar = etk_toolbar_new();
        etk_toolbar_orientation_set(ETK_TOOLBAR(toolbar), ETK_TOOLBAR_HORIZ);
-       etk_toolbar_style_set(ETK_TOOLBAR(toolbar), ETK_TOOLBAR_ICONS);
+       etk_toolbar_style_set(ETK_TOOLBAR(toolbar), ETK_TOOLBAR_ICON);
        etk_box_append(ETK_BOX(vbox), toolbar, ETK_BOX_START, ETK_BOX_NONE, 0);
 
        etk_box_append(ETK_BOX(vbox),_entropy_etk_options_local_box , 
ETK_BOX_START, ETK_BOX_EXPAND_FILL, 0);



-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to