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:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-08 14:50:54 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-08 14:50:54 (GMT)
commite9f30996357320280960f0c2f2a1b53a543beaa4 (patch)
tree9093802bc52b4fd37cef778317f87257af1d8a48 /tests/test-button.py
parent751fa0f66330cc77a9828a6c989bbddaacf50127 (diff)
parent66b1c48211ebf37a02921c883b25e83d97d80165 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
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()