istanbul r173 - in trunk: . istanbul/main



Author: lucab
Date: Wed Apr 23 07:19:14 2008
New Revision: 173
URL: http://svn.gnome.org/viewvc/istanbul?rev=173&view=rev

Log:
 * istanbul/main/window_select.py
 Fix window selection under compiz and other composite
 enabled window manager.
 Closes #412663



Modified:
   trunk/ChangeLog
   trunk/istanbul/main/window_select.py

Modified: trunk/istanbul/main/window_select.py
==============================================================================
--- trunk/istanbul/main/window_select.py	(original)
+++ trunk/istanbul/main/window_select.py	Wed Apr 23 07:19:14 2008
@@ -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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]