Remove name and id from e_gadcon_client_new.

SVN revision: 27674
This commit is contained in:
Sebastian Dransfeld 2006-12-30 17:56:40 +00:00
parent 79bfd5aef0
commit da23a77954
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, name, id, style, o);
gcc = e_gadcon_client_new (gc, style, o);
gcc->data = inst;
inst->gcc = gcc;
inst->tclock = o;