inplace open should not care whether we use single click or not, this is handeled by click handler

SVN revision: 45434
This commit is contained in:
Sebastian Dransfeld 2010-01-22 07:21:03 +00:00
parent d57b58c4c3
commit 1715880d6a
1 changed files with 1 additions and 2 deletions

View File

@ -5496,8 +5496,7 @@ _e_fm2_inplace_open(const E_Fm2_Icon *ic)
if (!((S_ISDIR(ic->info.statinfo.st_mode)) &&
(ic->sd->config->view.open_dirs_in_place) &&
(!ic->sd->config->view.no_subdir_jump) &&
(!ic->sd->config->view.single_click)))
(!ic->sd->config->view.no_subdir_jump)))
return 0;
if (!_e_fm2_icon_path(ic, buf, sizeof(buf)))