Enlightenment CVS committal Author : onefang Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_apps.c Log Message: One last modification, add proper icons to the up/down buttons. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_apps.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- e_int_config_apps.c 12 Sep 2006 12:47:18 -0000 1.24 +++ e_int_config_apps.c 12 Sep 2006 13:16:21 -0000 1.25 @@ -641,13 +641,13 @@ 99999, 99999 /* max */ ); - mt = e_widget_button_add(evas, _("Move application up"), "enlightenment/e", + mt = e_widget_button_add(evas, _("Move application up"), "widget/up_arrow", _cb_button_move_up, cfdata, NULL); cfdata->gui.o_move_up_button = mt; e_widget_framelist_object_append(of, mt); e_widget_disabled_set(cfdata->gui.o_move_up_button, 1); - mt = e_widget_button_add(evas, _("Move application down"), "enlightenment/e", + mt = e_widget_button_add(evas, _("Move application down"), "widget/down_arrow", _cb_button_move_down, cfdata, NULL); cfdata->gui.o_move_down_button = mt; e_widget_framelist_object_append(of, mt); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs