mark it with a comment

SVN revision: 37900
This commit is contained in:
Carsten Haitzler 2008-12-02 03:46:50 +00:00
parent c42fa8aa76
commit 99be358466
1 changed files with 1 additions and 0 deletions

View File

@ -3054,6 +3054,7 @@ _e_fm2_icons_place_list(E_Fm2_Smart_Data *sd)
static inline char static inline char
_e_fm2_view_mode_get(const E_Fm2_Smart_Data *sd) _e_fm2_view_mode_get(const E_Fm2_Smart_Data *sd)
{ {
// this breaks illume on openembedded. disable! :(
// if (sd->view_mode > -1) // if (sd->view_mode > -1)
// return sd->view_mode; // return sd->view_mode;
return sd->config->view.mode; return sd->config->view.mode;