diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 9a95560d5..4d3a6151c 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -3054,6 +3054,7 @@ _e_fm2_icons_place_list(E_Fm2_Smart_Data *sd) static inline char _e_fm2_view_mode_get(const E_Fm2_Smart_Data *sd) { +// this breaks illume on openembedded. disable! :( // if (sd->view_mode > -1) // return sd->view_mode; return sd->config->view.mode;