API change

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

View File

@ -76,7 +76,7 @@ _gc_init (E_Gadcon * gc, const char *name, const char *id, const char *style)
inst->net = net;
o = net->net_obj;
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->net_obj = o;