We can use auto-apply for this now.

SVN revision: 20623
This commit is contained in:
Christopher Michael 2006-02-20 12:05:35 +00:00
parent 75b147e81f
commit 4e1f482e88
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ _configure_net_module(E_Container *con, Net *n)
v->free_cfdata = _free_data;
v->basic.apply_cfdata = _basic_apply_data;
v->basic.create_widgets = _basic_create_widgets;
v->override_auto_apply = 1;
cfd = e_config_dialog_new(con, _("Net Configuration"), NULL, 0, v, n);
n->cfd = cfd;