diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2007-07-16 02:21:33 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2007-07-16 02:21:33 +0000 |
commit | 63362fc30378152f5f6468d6144c16afeb4046bc (patch) | |
tree | 8ed21c56538f6335e2b3f965971604ae8b383967 /src/bin/e_int_config_modules.c | |
parent | 8c20c3a819b561cddac30419f20032996ec6e2a9 (diff) | |
download | enlightenment-63362fc30378152f5f6468d6144c16afeb4046bc.tar.gz |
Oops, don't need to reload the cfdata->modules list there.
SVN revision: 30840
Diffstat (limited to 'src/bin/e_int_config_modules.c')
-rw-r--r-- | src/bin/e_int_config_modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/e_int_config_modules.c b/src/bin/e_int_config_modules.c index fda9d67f21..11f4ca45a9 100644 --- a/src/bin/e_int_config_modules.c +++ b/src/bin/e_int_config_modules.c @@ -608,7 +608,6 @@ _cb_mod_update(void *data, int type, void *event) ev = event; if (!cfdata) return 1; - _load_modules(cfdata); _fill_all(cfdata); _fill_loaded(cfdata); } |