Enlightenment CVS committal
Author : sebastid
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_color_dialog.c
Log Message:
Use correct struct for object.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_color_dialog.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_color_dialog.c 21 Aug 2006 15:52:58 -0000 1.5
+++ e_color_dialog.c 6 Sep 2006 08:02:51 -0000 1.6
@@ -22,7 +22,7 @@
Evas_Object *o;
Evas_Coord mw, mh;
- dia = E_OBJECT_ALLOC(E_File_Dialog, E_COLOR_DIALOG_TYPE,
_e_color_dialog_free);
+ dia = E_OBJECT_ALLOC(E_Color_Dialog, E_COLOR_DIALOG_TYPE,
_e_color_dialog_free);
if(!dia) return NULL;
dia->dia = e_dialog_new(con, "E", "_test");
e_dialog_title_set(dia->dia, "Color Selector");
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs