aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/skin.py b/skin.py
index 58426c0f..e7c84c42 100644
--- a/skin.py
+++ b/skin.py
@@ -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: