support for boot_status tag; full-line highlight bar
[sface.git] / sface / rspecwindow.py
index f9bca14..7c6f061 100644 (file)
@@ -45,7 +45,9 @@ class RSpecView(XmlView):
 class RSpecWindow(XmlWindow):
     def __init__(self, parent=None):
         XmlWindow.__init__(self, parent, 'RSpec Window')
-        self.view = RSpecView(self)
+
+    def initView(self):
+        return RSpecView(self)
 
     def showNode(self, hostname):
         self.view.expandMatchingText(hostname)