diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-01 16:32:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-01 16:32:32 +0000 |
| commit | 957def11cb6889913bf1c59f6625fd6b15ecc16c (patch) | |
| tree | 954fa59ee040eacd4c31365b609ffe262dcb7929 /tools/themeupdate | |
| parent | 959126d9a22de1fc741707c839e8ee749f32f092 (diff) | |
remove menu.bullet from themes
Diffstat (limited to 'tools/themeupdate')
| -rwxr-xr-x | tools/themeupdate/themeupdate.py | 1 |
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: |
