More fixing of previous commit.

This commit is contained in:
Ray
2009-03-25 17:48:43 -04:00
parent 29bd0c2a7a
commit ceba4be73f
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -178,7 +178,6 @@ class Hud:
if not type(w) == int: # how do we get pure ints in this list??
(x, y) = loc[adj[i]]
w.relocate(x, y)
return True
def on_button_press(self, widget, event):