stefan pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f4624d940a201fd6573afe0c3a0989eded0af109
commit f4624d940a201fd6573afe0c3a0989eded0af109 Author: Stefan Schmidt <[email protected]> Date: Tue Apr 1 15:52:50 2014 +0200 po: Remove files for disabled wallpaper2 module to fix make distcheck The wallpaper2 module got disabled by not includng its makefile anymore which confused gettext as it still had two files listed for it. --- po/POTFILES.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index e784215..5881d81 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -197,8 +197,6 @@ src/modules/conf_theme/e_int_config_transitions.c src/modules/conf_theme/e_int_config_wallpaper.c src/modules/conf_theme/e_int_config_xsettings.c src/modules/conf_theme/e_mod_main.c -src/modules/conf_wallpaper2/e_int_config_wallpaper.c -src/modules/conf_wallpaper2/e_mod_main.c src/modules/conf_window_manipulation/e_int_config_clientlist.c src/modules/conf_window_manipulation/e_int_config_focus.c src/modules/conf_window_manipulation/e_int_config_window_display.c --
