patch from PrinceAMD fixing config dialog class text for some modules

SVN revision: 77282
This commit is contained in:
Mike Blumenkrantz 2012-10-02 06:29:21 +00:00
parent 4e95bf3f20
commit b860da38bc
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ e_modapi_shutdown(E_Module *m __UNUSED__)
{
E_Config_Dialog *cfd;
while ((cfd = e_config_dialog_get("E", "_config_apps_dialog")))
while ((cfd = e_config_dialog_get("E", "internal/ibar_other")))
e_object_del(E_OBJECT(cfd));
e_configure_registry_item_del("internal/ibar_other");
e_configure_registry_category_del("internal");

View File

@ -50,7 +50,7 @@ e_modapi_shutdown(E_Module *m __UNUSED__)
e_int_menus_menu_augmentation_del("config/1", maug);
maug = NULL;
}
// while ((cfd = e_config_dialog_get("E", "_config_wallpaper_dialog")))
// while ((cfd = e_config_dialog_get("E", "appearance/wallpaper2")))
// e_object_del(E_OBJECT(cfd));
// e_configure_registry_item_del("internal/wallpaper_desk");
e_configure_registry_category_del("internal");

View File

@ -202,7 +202,7 @@ e_modapi_shutdown(E_Module *m __UNUSED__)
e_configure_registry_item_del("launcher/run_everything");
e_configure_registry_category_del("launcher");
while ((cfd = e_config_dialog_get("E", "_config_everything_dialog")))
while ((cfd = e_config_dialog_get("E", "launcher/run_everything")))
e_object_del(E_OBJECT(cfd));
if (act)