unfortunately disable.. breaks! need to find exactly why and fix though...

SVN revision: 37897
This commit is contained in:
Carsten Haitzler 2008-12-02 02:29:50 +00:00
parent d01201e4f5
commit c42fa8aa76
1 changed files with 2 additions and 2 deletions

View File

@ -3054,8 +3054,8 @@ _e_fm2_icons_place_list(E_Fm2_Smart_Data *sd)
static inline char
_e_fm2_view_mode_get(const E_Fm2_Smart_Data *sd)
{
if (sd->view_mode > -1)
return sd->view_mode;
// if (sd->view_mode > -1)
// return sd->view_mode;
return sd->config->view.mode;
}