Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-13 17:09:45 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-13 17:09:45 (GMT)
commitb4a461605da6876867857a3477001fa9447da5eb (patch)
tree02ef92c2dca38cab764af0c0af867140d6d160fc /tests
parentb48c5c0beb07039bdd0cef3bd0973d29e5b8254d (diff)
Label fixes.
Diffstat (limited to 'tests')
-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()