Use correct struct for object.

SVN revision: 25528
This commit is contained in:
sebastid 2006-09-06 08:02:51 +00:00 committed by sebastid
parent d99ec4f550
commit 5733e36ef9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ e_color_dialog_new(E_Container *con, const E_Color *color)
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");