Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/test-entry.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-entry.py
parente1f0ba15f4241fe9a74eec621de957c72d2f2265 (diff)
Remove theme hack for tests. Marco has fixed the tests in sugar-emulator.
Diffstat (limited to 'tests/test-entry.py')
-rwxr-xr-xtests/test-entry.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test-entry.py b/tests/test-entry.py
index d83c07d..80f0e23 100755
--- a/tests/test-entry.py
+++ b/tests/test-entry.py
@@ -30,10 +30,6 @@ def _entry_button_activated_cb(entry, action_id):
print "_entry_button_activated_cb: " + str(action_id)
entry.props.text = ''
-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()