summaryrefslogtreecommitdiff
path: root/tools/themeupdate/themeupdate.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-01 16:32:32 +0000
committerDana Jansens <danakj@orodu.net>2003-09-01 16:32:32 +0000
commit957def11cb6889913bf1c59f6625fd6b15ecc16c (patch)
tree954fa59ee040eacd4c31365b609ffe262dcb7929 /tools/themeupdate/themeupdate.py
parent959126d9a22de1fc741707c839e8ee749f32f092 (diff)
remove menu.bullet from themes
Diffstat (limited to 'tools/themeupdate/themeupdate.py')
-rwxr-xr-xtools/themeupdate/themeupdate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/themeupdate/themeupdate.py b/tools/themeupdate/themeupdate.py
index d68a488f..a6d7cd07 100755
--- a/tools/themeupdate/themeupdate.py
+++ b/tools/themeupdate/themeupdate.py
@@ -59,6 +59,7 @@ def simple_replace(data):
def remove(data):
invalid = []
invalid.append('toolbar')
+ invalid.append('menu.bullet')
invalid.append('rootCommand')
invalid.append('menu.frame.justify')
for inv in invalid: