cleanup of config file consolidation

This commit is contained in:
Ray
2008-10-21 21:46:30 -04:00
parent a719efc6dc
commit 2f78304185
4 changed files with 14 additions and 7 deletions
+3 -1
View File
@@ -134,8 +134,10 @@ if __name__== "__main__":
main_window = gtk.Window()
main_window.connect("destroy", destroy)
eb = gtk.EventBox()
label = gtk.Label('Closing this window will exit from the HUD.')
main_window.add(label)
eb.add(label)
main_window.add(eb)
main_window.set_title("HUD Main Window")
main_window.show_all()