Fix queue population

This commit is contained in:
Adrian Moennich 2014-11-06 15:49:44 +01:00
parent 58f05fe773
commit 2834441d06

View File

@ -71,7 +71,7 @@ def connect_signals(plugin):
def _moved(obj, old_parent, new_parent, **kwargs):
print '_moved', obj, old_parent, new_parent
_register_change(obj, 'moved')
_register_change(obj, ChangeType.moved)
category_protection = old_parent.isProtected()
new_category_protection = new_parent.isProtected()