Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_properties_dialog.c 


Log Message:
* Compile again with image changes in etk
* Slight changed to audio queuer util

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_properties_dialog.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- etk_properties_dialog.c     29 Dec 2006 13:02:53 -0000      1.12
+++ etk_properties_dialog.c     30 Dec 2006 13:43:34 -0000      1.13
@@ -66,10 +66,10 @@
        etk_box_append(ETK_BOX(ivbox), hbox, ETK_BOX_START, ETK_BOX_NONE, 0);
 
        if (file->thumbnail) {
-               icon = 
etk_image_new_from_file(file->thumbnail->thumbnail_filename);
+               icon = 
etk_image_new_from_file(file->thumbnail->thumbnail_filename, NULL);
                etk_box_append(ETK_BOX(hbox), icon, ETK_BOX_START, 
ETK_BOX_NONE, 0);
        } else {
-               icon = etk_image_new_from_file(PACKAGE_DATA_DIR 
"/icons/default.png");
+               icon = etk_image_new_from_file(PACKAGE_DATA_DIR 
"/icons/default.png", NULL);
                etk_box_append(ETK_BOX(hbox), icon, ETK_BOX_START, 
ETK_BOX_NONE, 0);            
        }
 



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