[rkward] rkward: Silence some false asserts during shutdown

Thomas Friedrichsmeier null at kde.org
Fri Oct 19 14:20:37 BST 2018


Git commit 4c2f00afc92fe8a7a6af2ec24ec60e6bf3ba8ef6 by Thomas Friedrichsmeier.
Committed on 19/10/2018 at 13:18.
Pushed by tfry into branch 'master'.

Silence some false asserts during shutdown

M  +1    -1    rkward/rkward.cpp

https://commits.kde.org/rkward/4c2f00afc92fe8a7a6af2ec24ec60e6bf3ba8ef6

diff --git a/rkward/rkward.cpp b/rkward/rkward.cpp
index 54b5da58..1a4a7e3f 100644
--- a/rkward/rkward.cpp
+++ b/rkward/rkward.cpp
@@ -764,7 +764,7 @@ bool RKWardMainWindow::doQueryQuit () {
 				return false;
 			}
 		}
-//		lockGUIRebuild (false);  // No need to update GUI anymore (and doing so is potentially asking for trouble, anyway)
+		gui_rebuild_locked = false; // like lockGUIRebuild (false), but does not trigger an immediate rebuild, as we are about to leave, anyway.
 	}
 
 	return true;



More information about the rkward-tracker mailing list