aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-07 11:00:51 -0600
committerTed Gould <ted@gould.cx>2010-01-07 11:00:51 -0600
commite0eaf60acdccfdb96542f5fbeda0a711394b9f98 (patch)
treefbae3c84dfbc612d730f50e5ff8c95145cb5a716 /tests
parent45e2586ee397d0f6f4501a1ad35fa37201b0e763 (diff)
parent52eae1022d9bd79f24b2c85c63b40ce6d51c0389 (diff)
downloadlibdbusmenu-e0eaf60acdccfdb96542f5fbeda0a711394b9f98.tar.gz
libdbusmenu-e0eaf60acdccfdb96542f5fbeda0a711394b9f98.tar.bz2
libdbusmenu-e0eaf60acdccfdb96542f5fbeda0a711394b9f98.zip
Fix inconsistency between the names of the check items. Now everything uses the #defines.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-gtk-label.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-gtk-label.json b/tests/test-gtk-label.json
index 464dc2d..4bd666a 100644
--- a/tests/test-gtk-label.json
+++ b/tests/test-gtk-label.json
@@ -338,17 +338,17 @@ QmCC",
},
{"id": 33,
"label": "Check (empty)",
- "toggle-type": "checkbox",
+ "toggle-type": "checkmark",
"toggle-checked": "unchecked"
},
{"id": 34,
"label": "Check (checked)",
- "toggle-type": "checkbox",
+ "toggle-type": "checkmark",
"toggle-checked": "checked"
},
{"id": 35,
"label": "Check (?????)",
- "toggle-type": "checkbox",
+ "toggle-type": "checkmark",
"toggle-checked": "indeterminate"
},
{"id": 36,