From 6a5a67bcc1152fef93bdb64cf91936ef6b49216a Mon Sep 17 00:00:00 2001 From: FrancisANDRE Date: Fri, 1 Jan 2016 15:19:30 +0100 Subject: [PATCH] info_popup [mc "No differences detected. %s has no changes. The modification date of this file was updated by another application, but the content within the file was not changed. A rescan will be automatically started to find other files which may have the same state." [short_path $path]] Signed-off-by: FrancisANDRE --- lib/diff.tcl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/diff.tcl b/lib/diff.tcl index 0d56986..9ccf12b 100644 --- a/lib/diff.tcl +++ b/lib/diff.tcl @@ -74,14 +74,6 @@ proc handle_empty_diff {} { incr diff_empty_count if {$diff_empty_count > 1} return - info_popup [mc "No differences detected. - -%s has no changes. - -The modification date of this file was updated by another application, but the content within the file was not changed. - -A rescan will be automatically started to find other files which may have the same state." [short_path $path]] - clear_diff display_file $path __ rescan ui_ready 0 -- 2.11.4.GIT