Fix some bugs and add forgotten files

This commit is contained in:
cncfanatics
2010-10-29 11:29:49 +02:00
parent c6daf72682
commit 5c8b18aa28
6 changed files with 148 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ class ContextMenu(object):
if amount > 0 and i != len(contexts) - 1:
menu.AppendSeparator()
return menu if not empty else None
return menu
@classmethod
def handler(cls, event):