API change

SVN revision: 27685
This commit is contained in:
Sebastian Dransfeld 2006-12-30 23:34:01 +00:00
parent da23a77954
commit bde3096eaf
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ _gc_init (E_Gadcon * gc, const char *name, const char *id, const char *style)
edje_object_file_set (o, buf, "modules/tclock/main");
evas_object_show (o);
gcc = e_gadcon_client_new (gc, style, o);
gcc = e_gadcon_client_new (gc, name, id, style, o);
gcc->data = inst;
inst->gcc = gcc;
inst->tclock = o;