New Site dialog implemented
[biaweb_qt.git] / main_window.py
index d191866..6a856bb 100644 (file)
@@ -10,6 +10,7 @@ class MainWindow (PyQt4.QtGui.QMainWindow, ui_main_window.Ui_MainWindow):
        def __init__ (self):
                PyQt4.QtGui.QMainWindow.__init__ (self)
                self.setupUi (self)
+               self.current_db = None
 
        def onFileNew (self):
                dlg = scd.SiteConfigDialog (self)