Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/test-label.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-label.py')
-rwxr-xr-xtests/test-label.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-label.py b/tests/test-label.py
index 4b9b534..fd6b841 100755
--- a/tests/test-label.py
+++ b/tests/test-label.py
@@ -45,8 +45,8 @@ toolbar.append(button)
label = Label('mec moc')
toolbar.append(label)
-label = Label('mac mic')
-label.add_button('theme:stock-close', BUTTON_DELETE)
+label = Label()
+label.props.text = 'mac mic'
toolbar.append(label)
gtk.main()