Make PLO work on Everleaf again

This commit is contained in:
Worros
2009-03-11 00:14:23 +09:00
parent 9427c97f4c
commit e87118e9ae
6 changed files with 70 additions and 23 deletions
+2
View File
@@ -111,6 +111,7 @@ class GuiGraphViewer (threading.Thread):
self.graphBox.add(self.canvas)
self.canvas.show()
self.exportButton.set_sensitive(True)
#end of def showClicked
def getRingProfitGraph(self, names, sites):
@@ -368,6 +369,7 @@ class GuiGraphViewer (threading.Thread):
self.fig = None
self.exportButton=gtk.Button("Export to File")
self.exportButton.connect("clicked", self.exportGraph, "show clicked")
self.exportButton.set_sensitive(False)
self.exportButton.show()
self.leftPanelBox.add(playerFrame)