Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/bin


Modified Files:
        etk_button_test.c 


Log Message:
* Replace this ugly icon...


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/bin/etk_button_test.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- etk_button_test.c   29 Dec 2006 22:10:12 -0000      1.13
+++ etk_button_test.c   20 Feb 2007 22:05:29 -0000      1.14
@@ -30,7 +30,7 @@
    etk_tooltips_tip_set(button_normal, "This is a normal button");
    etk_box_append(ETK_BOX(vbox), button_normal, ETK_BOX_START, ETK_BOX_NONE, 
0);
 
-   image = etk_image_new_from_file(PACKAGE_DATA_DIR "/images/e_icon.png", 
NULL);
+   image = etk_image_new_from_file(PACKAGE_DATA_DIR "/images/right_arrow.png", 
NULL);
    button_normal = etk_button_new_with_label("Button with an image");
    etk_tooltips_tip_set(button_normal, "This is a normal button with an 
image");
    etk_button_image_set(ETK_BUTTON(button_normal), ETK_IMAGE(image));



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