Apparently I made a comment and a change that I didn't realise before 0.11, and forgot to commit. oopsie.

This commit is contained in:
eblade
2009-05-30 12:02:31 -04:00
parent 63a6fd2abd
commit f1230c459c
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -473,6 +473,7 @@ class Popup_window:
def __init__(self, parent, stat_window):
self.sb_click = 0
self.stat_window = stat_window
self.parent = parent
# create the popup window
self.window = gtk.Window()