Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/test-button.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-08 10:47:39 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-08 10:47:39 (GMT)
commit66b1c48211ebf37a02921c883b25e83d97d80165 (patch)
tree7fa8c7f7a36230cc6a57d09477521ed22db3a9a3 /tests/test-button.py
parente1f0ba15f4241fe9a74eec621de957c72d2f2265 (diff)
Remove theme hack for tests. Marco has fixed the tests in sugar-emulator.
Diffstat (limited to 'tests/test-button.py')
-rwxr-xr-xtests/test-button.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test-button.py b/tests/test-button.py
index e452811..0f3ded2 100755
--- a/tests/test-button.py
+++ b/tests/test-button.py
@@ -29,10 +29,6 @@ from sugar.graphics.entry import Entry
def _button_activated_cb(button):
print "_button_activated_cb"
-import os
-theme = gtk.icon_theme_get_default()
-theme.prepend_search_path(os.path.join(os.path.dirname(__file__), 'data'))
-
window = gtk.Window()
window.connect("destroy", lambda w: gtk.main_quit())
window.show()