Bad Seb - BAD

SVN revision: 13262
This commit is contained in:
handyande 2005-02-09 14:52:06 +00:00 committed by handyande
parent 83e99483ad
commit 9b6365995a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,6 @@ init(E_Module *module)
}
/* actually init clock */
clock = _clock_init(module);
module->config_menu = clock->config_menu;
return clock;
}
@ -119,6 +118,7 @@ _clock_init(E_Module *module)
*/
_clock_config_menu_new(clock);
module->config_menu = clock->config_menu;
managers = e_manager_list();
for (l = managers; l; l = l->next)