Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/iconbar
Dir : e17/apps/iconbar/src
Modified Files:
icon_editor.c
Log Message:
make this compile again
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/icon_editor.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- icon_editor.c 20 Feb 2004 03:23:49 -0000 1.1
+++ icon_editor.c 22 Apr 2004 13:25:58 -0000 1.2
@@ -243,7 +243,7 @@
int w, h;
printf("file: %s\n", file);
- ewl_image_set_file(EWL_IMAGE(editor->icon_image), file);
+ ewl_image_set_file(EWL_IMAGE(editor->icon_image), file, NULL);
icon_editor_image_data_get(&data, &w, &h);
icon_editor_image_data_set(data, w, h);
}
@@ -327,7 +327,7 @@
ewl_widget_show(editor->bot_hbox);
/* image */
- editor->icon_image = ewl_image_new("test.png");
+ editor->icon_image = ewl_image_new("test.png", NULL);
ewl_container_append_child(EWL_CONTAINER(editor->top_hbox), editor->icon_image);
ewl_object_set_padding(EWL_OBJECT(editor->icon_image), 5, 5, 5, 5);
ewl_widget_show(editor->icon_image);
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs