summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
Diffstat (limited to 'portato')
-rw-r--r--portato/gui/gui_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py
index 0d7ecf8..e1c9ce9 100644
--- a/portato/gui/gui_helper.py
+++ b/portato/gui/gui_helper.py
@@ -392,7 +392,7 @@ class EmergeQueue:
if self.tree.iter_has_parent(it):
while self.tree.iter_has_parent(it):
it = self.tree.parent_iter(it)
- self.remove_with_children(it)
+ self.remove_with_children(it, removeNewFlags = False)
raise
# add iter