diff options
-rwxr-xr-x | perc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -327,6 +327,8 @@ def removeEvent(name): if name in CONFIG["CUSTOM_EVENTS"]: del CONFIG["CUSTOM_EVENTS"][name] + print "Event removed: '%s'" % name + global CONFIG_IS_DIRTY CONFIG_IS_DIRTY = True |