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 3c2c015b10
commit 290e91c5bb
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, name, id, style, o);
gcc = e_gadcon_client_new (gc, style, o);
gcc->data = inst;
inst->gcc = gcc;
inst->net_obj = o;