Enlightenment CVS committal Author : titan Project : e17 Module : apps/ephoto
Dir : e17/apps/ephoto/src/bin Modified Files: ephoto_edit_view.c Log Message: Fix the error images for blur and sharpen buttons. =================================================================== RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_edit_view.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- ephoto_edit_view.c 14 May 2007 17:05:29 -0000 1.20 +++ ephoto_edit_view.c 14 May 2007 21:54:05 -0000 1.21 @@ -129,12 +129,12 @@ { Ewl_Widget *button; - button = add_button(c, "Blur Image", PACKAGE_DATA_DIR "", image_blur, NULL); + button = add_button(c, "Blur Image", NULL, image_blur, NULL); ewl_button_image_size_set(EWL_BUTTON(button), 30, 30); ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_HFILL); - button = add_button(c, "Sharpen Image", PACKAGE_DATA_DIR "", image_sharpen, NULL); + button = add_button(c, "Sharpen Image", NULL, image_sharpen, NULL); ewl_button_image_size_set(EWL_BUTTON(button), 30, 30); ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_HFILL); ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs