Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-option-menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-option-menu.py b/tests/test-option-menu.py
index bbcc03a..f320afc 100755
--- a/tests/test-option-menu.py
+++ b/tests/test-option-menu.py
@@ -48,7 +48,7 @@ canvas.set_root(vbox)
toolbar = Toolbar()
vbox.append(toolbar)
-button = IconButton('theme:stock-close')
+button = IconButton(icon_name='theme:stock-close')
toolbar.append(button)
OPTION_ANYTHING = 1