Merge branch 'master' of git://git.assembla.com/free_poker_tools

This commit is contained in:
Matt Turnbull
2009-03-21 17:47:55 +00:00
+4
View File
@@ -54,7 +54,10 @@ class Aux_Window:
pass
def destroy(self):
try:
self.container.destroy()
except:
pass
############################################################################
# Some utility routines useful for Aux_Windows
@@ -413,6 +416,7 @@ class Flop_Mucked(Aux_Window):
if event.state & gtk.gdk.SHIFT_MASK:
self.timer_on = False
self.expose_all()
return
if event.button == 3: # right button event
pass