Add print call to see what happens.

This commit is contained in:
Alessio Treglia 2012-03-09 12:49:39 +01:00
parent 97b34e8023
commit 4c88da07d2
1 changed files with 1 additions and 0 deletions

1
wmladi
View File

@ -227,6 +227,7 @@ class wmladi (wmoo.Application, LadiManager):
data=None,
button=3,
activate_time=0)
print "Popup'd!"
menu.reposition()
if __name__ == '__main__':