From 7147eaf09db97b364846255f9a95627a654c5149 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 14 Aug 2006 21:18:41 +0000 Subject: [PATCH] Updated config dialog to match latest API. SVN revision: 24708 --- e_mod_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e_mod_config.c b/e_mod_config.c index 64319a2..6fcc314 100644 --- a/e_mod_config.c +++ b/e_mod_config.c @@ -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; }