Skip to content

Commit

Permalink
fix 4679
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed May 19, 2016
1 parent 2ba6b37 commit c7f1c11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
zg 19.05.2016 18:08:09 +0200 - build 4681
drkns 19.05.2016 19:03:12 +0200 - build 4682

1. Уточнение 4679.

zg 19.05.2016 18:08:09 +0200 - build 4681

1. артефакты при altf9 из комбобокса.

Expand Down
2 changes: 1 addition & 1 deletion far/filelist.cpp
Expand Up @@ -2686,7 +2686,7 @@ void FileList::ProcessEnter(bool EnableExec,bool SeparateWindow,bool EnableAssoc
if (!IsItExecutable && !SeparateWindow && OpenFilePlugin(&strFileName, TRUE, Type))
return;

if (SeparateWindow || Global->Opt->UseRegisteredTypes)
if (IsItExecutable || SeparateWindow || Global->Opt->UseRegisteredTypes)
{
QuoteSpace(strFileName);

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4681)m4_dnl
m4_define(BUILD,4682)m4_dnl

0 comments on commit c7f1c11

Please sign in to comment.