Updated config dialog to match latest API.

SVN revision: 24708
This commit is contained in:
David Walter Seikel 2006-08-14 21:18:41 +00:00
parent c2a5b74600
commit 7147eaf09d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ _config_net_module (Config_Item * ci)
snprintf (buf, sizeof (buf), "%s/module.eap",
e_module_dir_get (net_config->module));
con = e_container_current_get (e_manager_current_get ());
cfd = e_config_dialog_new (con, D_ ("Net Configuration"), buf, 0, v, ci);
cfd = e_config_dialog_new (con, D_ ("Net Configuration"), "Net", "_e_modules_net_config_dialog", buf, 0, v, ci);
net_config->config_dialog = cfd;
}