[accerciser] Fix for bug 709349 - Make the highlight window a POPUP window



commit e48f04ad21c0aad7287809811c0bbf209372c48b
Author: Javier Hernández <jhernandez emergya com>
Date:   Mon Feb 17 17:47:54 2014 +0100

    Fix for bug 709349 - Make the highlight window a POPUP window

 src/lib/accerciser/node.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/lib/accerciser/node.py b/src/lib/accerciser/node.py
index 7146f10..537a41b 100644
--- a/src/lib/accerciser/node.py
+++ b/src/lib/accerciser/node.py
@@ -192,8 +192,7 @@ class _HighLight(gtk.Window):
                stroke_width, padding=0):
 
     # Initialize window.
-    #gtk.Window.__init__(self, gtk.WindowType.POPUP)
-    gtk.Window.__init__(self)
+    gtk.Window.__init__(self, gtk.WindowType.POPUP)
 
     # Normalize position for stroke and padding.
     self.x, self.y = x - padding, y - padding


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