From 2d0ea89b9ac3b7308a5390b057581cbc6d1beb4b Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Sun, 28 Nov 2010 20:24:39 -0500 Subject: [PATCH] comment --- pyfpdb/fpdb.pyw | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index e7663007..47636e99 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -931,6 +931,7 @@ class fpdb: response = diaDbVersionWarning.run() diaDbVersionWarning.destroy() + # TODO: This should probably be setup in GUI Init if self.status_bar is None: self.status_bar = gtk.Label("") self.main_vbox.pack_end(self.status_bar, False, True, 0)