Package: istanbul
Version: 0.2.2-4
Severity: Normal
Tags: Patch
After running istanbul ( on kde ), i check "select windows to record" in
the menu, it show a backtrace, and then the software no longer respond
once i stop the recording.
Steps to reproduce:
1. run istanbul
2. check "select windows to record", and click on a windows of your
choice
3. click on the icon to start the recording
Suggested Patch (from Upstream):
Index: istanbul/main/window_select.py
===================================================================
--- istanbul/main/window_select.py (revision 168)
+++ istanbul/main/window_select.py (working copy)
@@ -85,7 +85,7 @@
return child
for child in children:
- result = self._get_client_window_check_children(window)
+ result = self._get_client_window_check_children(child)
if result != None:
return result
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]