*** empty log message ***

This commit is contained in:
gregw 2000-12-04 22:42:21 +00:00
parent d107478789
commit b515cdcee5
10 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class PickList(PandaObject.PandaObject):
# ignore all the buttons # ignore all the buttons
for item in self.frame.getItems(): for item in self.frame.getItems():
self.ignore(item.getGuiItem().getUpRolloverEvent()) self.ignore(item.getGuiItem().getUpEvent())
self.ignore(item.getGuiItem().getUpRolloverEvent()) self.ignore(item.getGuiItem().getUpRolloverEvent())
self.ignore(item.getGuiItem().getDownRolloverEvent()) self.ignore(item.getGuiItem().getDownRolloverEvent())