summaryrefslogtreecommitdiff
path: root/portato/gui/gui_helper.py
diff options
context:
space:
mode:
authornecoro <>2007-04-18 18:05:53 +0000
committernecoro <>2007-04-18 18:05:53 +0000
commit188343e825e9c5bfbc08e4132845371b787fb81e (patch)
tree8ba43e763a21d3b9f3d742b8b3a1ca5af822ef7f /portato/gui/gui_helper.py
parent299ae3c9b6c7356217223b919440e42d50233695 (diff)
downloadportato-188343e825e9c5bfbc08e4132845371b787fb81e.tar.gz
portato-188343e825e9c5bfbc08e4132845371b787fb81e.tar.bz2
portato-188343e825e9c5bfbc08e4132845371b787fb81e.zip
finished Qt-Frontend
Diffstat (limited to 'portato/gui/gui_helper.py')
-rw-r--r--portato/gui/gui_helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py
index e52b3f3..d50eb72 100644
--- a/portato/gui/gui_helper.py
+++ b/portato/gui/gui_helper.py
@@ -624,6 +624,7 @@ class EmergeQueue:
childIt = self.tree.first_child_iter(parentIt)
while childIt:
+ debug("childIt", self.tree.get_value(childIt, 0))
if (self.tree.iter_has_children(childIt)): # recursive call
self.remove_children(childIt, removeNewFlags)
temp = childIt