Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_entry.c 


Log Message:
- new implementation of the theme
- closer to e17, consistent formatting
- new notebook and combo themes

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_entry.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -3 -r1.69 -r1.70
--- ewl_entry.c 5 Dec 2006 06:26:34 -0000       1.69
+++ ewl_entry.c 2 Jan 2007 05:23:40 -0000       1.70
@@ -157,7 +157,7 @@
                if (ewl_object_state_has(EWL_OBJECT(e), EWL_FLAG_STATE_FOCUSED))
                        ewl_widget_show(e->cursor);
 
-               ewl_widget_state_set(EWL_WIDGET(e), "editable", 
+               ewl_widget_state_set(EWL_WIDGET(e), "enabled", 
                                        EWL_STATE_PERSISTENT);
        }
        else
@@ -168,7 +168,7 @@
                if (ewl_object_state_has(EWL_OBJECT(e), EWL_FLAG_STATE_FOCUSED))
                        ewl_widget_hide(e->cursor);
 
-               ewl_widget_state_set(EWL_WIDGET(e), "noteditable",
+               ewl_widget_state_set(EWL_WIDGET(e), "disabled",
                                        EWL_STATE_PERSISTENT);
        }
 



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