diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-10-02 06:29:21 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-10-02 06:29:21 +0000 |
commit | b860da38bc38e36951c56574711322c588cbaab2 (patch) | |
tree | a94b40f8ee342ac2e3364150538808d77f1b2b37 /src/modules/conf_wallpaper2 | |
parent | 4e95bf3f2044d5264cd48500859e786808a39d14 (diff) | |
download | enlightenment-b860da38bc38e36951c56574711322c588cbaab2.tar.gz |
patch from PrinceAMD fixing config dialog class text for some modules
SVN revision: 77282
Diffstat (limited to 'src/modules/conf_wallpaper2')
-rw-r--r-- | src/modules/conf_wallpaper2/e_mod_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/conf_wallpaper2/e_mod_main.c b/src/modules/conf_wallpaper2/e_mod_main.c index fed18daf66..695bd5f0cb 100644 --- a/src/modules/conf_wallpaper2/e_mod_main.c +++ b/src/modules/conf_wallpaper2/e_mod_main.c @@ -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"); |