Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/toolbar


Modified Files:
        ewl_toolbar.c 


Log Message:
use a capital

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/toolbar/ewl_toolbar.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_toolbar.c       16 Jan 2007 02:52:31 -0000      1.1
+++ ewl_toolbar.c       16 Jan 2007 03:54:50 -0000      1.2
@@ -9,7 +9,7 @@
 void
 test_info(Ewl_Test *test)
 {
-       test->name = "toolbar";
+       test->name = "Toolbar";
        test->tip = "Defines a widget for displaying a toolbar";
        test->filename = __FILE__;
        test->func = create_test;
@@ -77,7 +77,7 @@
 void
 cb_click(Ewl_Widget *w, void *e __UNUSED__, void *data)
 {
-       ewl_toolbar_icon_part_hide(EWL_TOOLBAR(data), EWL_ICON_PART_LABEL);
+       ewl_toolbar_icon_part_hide(EWL_TOOLBAR(data), EWL_ICON_PART_NONE);
 }
 
 



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