Skip to content

Commit

Permalink
b4875 -- 0003361: Запрашиваются админ. права для переименования файла
Browse files Browse the repository at this point in the history
  • Loading branch information
w17 committed Dec 24, 2016
1 parent f3f4892 commit 1efd759
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
w17 24.12.2016 21:57:03 +0300 - build 4875

1. 0003361: Запрашиваются админ. права для переименования файла

w17 24.12.2016 21:39:58 +0300 - build 4874

1. 0003366: расширение зоны действия Ctrl-Shift-S
Expand Down
1 change: 1 addition & 0 deletions far/copy.cpp
Expand Up @@ -1381,6 +1381,7 @@ COPY_CODES ShellCopy::CopyFileTree(const string& Dest)
if (move_rename && !copy_to_null && check_samedisk)
{
SameDisk = GetPathRoot(src_abspath? strSelName : SrcPanel->GetCurDir()) == GetPathRoot(strDest);
dest_changed = !SameDisk;
}

if (first && !copy_to_null && (dst_abspath || !src_abspath) && !UseWildCards
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4874)m4_dnl
m4_define(BUILD,4875)m4_dnl

0 comments on commit 1efd759

Please sign in to comment.