Skip to content

Commit

Permalink
1. уточнение 4306.
Browse files Browse the repository at this point in the history
  • Loading branch information
zg0 committed Mar 17, 2015
1 parent bc9278e commit 9a070ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
drkns 17.03.2015 09:46:47 +0200 - build 4307
zg 17.03.2015 18:48:44 +0200 - build 4308

1. уточнение 4306.

drkns 17.03.2015 09:46:47 +0200 - build 4307

1. 0002969: В ProcessViewerEventW не приходят сообщения о закрытии QuickView

Expand Down
3 changes: 1 addition & 2 deletions far/plugapi.cpp
Expand Up @@ -1894,9 +1894,8 @@ intptr_t WINAPI apiEditor(const wchar_t* FileName, const wchar_t* Title, intptr_
case XC_OPEN_ERROR:
return EEC_OPEN_ERROR;
case XC_LOADING_INTERRUPTED:
return EEC_LOADING_INTERRUPTED;
case XC_EXISTS:
return EEC_MODIFIED;
return EEC_LOADING_INTERRUPTED;
default:
{
Editor->SetEnableF6((Flags & EF_ENABLE_F6) != 0);
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4307)m4_dnl
m4_define(BUILD,4308)m4_dnl

0 comments on commit 9a070ea

Please sign in to comment.