Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_wizard.edc Log Message: be able to pass distcheck! =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_wizard.edc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- default_wizard.edc 18 Aug 2007 15:55:48 -0000 1.3 +++ default_wizard.edc 25 Aug 2007 13:49:43 -0000 1.4 @@ -3,6 +3,8 @@ image: "e17_tl_corner_logo_shadow.png" LOSSY 90; image: "e17_whitev.png" COMP; image: "e17_winlist_bottom.png" COMP; + image: "e17_wiz_b1.png" COMP; + image: "e17_wiz_b2.png" COMP; } group { @@ -98,6 +100,26 @@ min: 0 1; align: 0.5 0.0; text_class: "wizard_title"; + } + } + } + /* FIXME: adding button here */ + part { + name: "b1"; + mouse_events: 1; + description { + state: "default" 0.0; + align: 0.0 1.0; + image { + normal: "e17_wiz_b1.png"; + border: 7 7 7 7; + } + } + description { + state: "pressed" 0.0; + inherit: "default" 0.0; + image { + normal: "e17_wiz_b2.png"; } } } ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs