diff options
| -rw-r--r-- | skin.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -133,6 +133,8 @@ def applySingleAttribute(guiObject, desktop, attrib, value): "showAlways": guiObject.showAlways, "showNever": guiObject.showNever }[value]) + elif attrib == "enableWrapAround": + guiObject.setWrapAround(True) elif attrib != 'name': print "unsupported attribute " + attrib + "=" + value except int: |
