Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        ephoto_main.c 


Log Message:
Change the size of the tango icons we use, make the .. directory have a 
different image and redo a few of the images.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_main.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- ephoto_main.c       24 May 2007 19:27:07 -0000      1.36
+++ ephoto_main.c       26 May 2007 00:15:17 -0000      1.37
@@ -205,8 +205,8 @@
 
        mb = add_menubar(vbox);
        menu = add_menu(mb, "File");
-       em->smi = add_menu_item(menu, "Save Image", 
-                               PACKAGE_DATA_DIR "/images/stock_save.png", 
+       em->smi = add_menu_item(menu, "Save Image As", 
+                               PACKAGE_DATA_DIR "/images/stock_save-as.png", 
                                                        save_dialog, NULL);
        ewl_widget_disable(em->smi);
        mi = add_menu_item(menu, "Exit", 
@@ -585,6 +585,8 @@
         ewl_object_fill_policy_set(EWL_OBJECT(icon), EWL_FLAG_FILL_ALL);
        if (!strncmp(directory, "..", 2))
        {
+               ewl_icon_image_set(EWL_ICON(icon), PACKAGE_DATA_DIR 
"/images/go-up.png", NULL);
+               ewl_icon_constrain_set(EWL_ICON(icon), 25);
                ewl_widget_name_set(icon, dirname(current_directory));
        }
        else



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

Reply via email to