Category creation completed
[biaweb_qt.git] / site_configuration_dialog.py
index 3b74ded..651889c 100644 (file)
@@ -17,6 +17,7 @@ class SiteConfigDialog (PyQt4.QtGui.QDialog, uscd.Ui_SiteConfigDialog):
                        self.destination.setText (destpath)
 
        def accept (self):
+               # check the required fields before accepting
                site_title = str (self.site_title.text ()).strip ()
                site_url = str (self.site_url.text ()).strip ()
                keywords = str (self.keywords.text ()).strip ()