From cdd6ac871a5b35aa80524efb268b613c502bfd68 Mon Sep 17 00:00:00 2001 From: FrancisANDRE Date: Fri, 1 Jan 2016 15:26:01 +0100 Subject: [PATCH] Remove the info popup, it is useless since it states that an automatic resync will be started and there is no way to stop the resync. Signed-off-by: FrancisANDRE --- lib/diff.tcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/diff.tcl b/lib/diff.tcl index 9ccf12b..6e2d342 100644 --- a/lib/diff.tcl +++ b/lib/diff.tcl @@ -74,6 +74,9 @@ proc handle_empty_diff {} { incr diff_empty_count if {$diff_empty_count > 1} return +#Removed info popup, it is useless since it states that an automatic +#resync will be started and there is no way to stop the resync. + clear_diff display_file $path __ rescan ui_ready 0 -- 2.11.4.GIT