Your message dated Mon, 29 Jun 2009 14:30:14 +0200
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #496154,
regarding istanbul crashed with AttributeError in stop_recording()
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
496154: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496154
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Nevermind, that works now correctly.
signature.asc
Description: OpenPGP digital signature
--- End Message ---