Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mainscreen.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-02-11 02:34:31 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-02-11 02:34:31 (GMT)
commit45bd3891043b7729c3088acf2d36d59bc2fb5536 (patch)
treebd3fc5968de6c845199fdb05626e40634ce0a4e4 /mainscreen.py
parentfeb36d91eeccd048ecadc01df1814e627dc97d83 (diff)
Clean up images a bit.
Diffstat (limited to 'mainscreen.py')
-rw-r--r--mainscreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainscreen.py b/mainscreen.py
index ff11a72..23b6fc8 100644
--- a/mainscreen.py
+++ b/mainscreen.py
@@ -40,7 +40,7 @@ class TitleScene(gtk.DrawingArea):
gtk.DrawingArea.__init__(self)
bundle = sugar.activity.activity.get_bundle_path()
- self.backgroundpixbuf = gtk.gdk.pixbuf_new_from_file(bundle + '/images/main-background-2.jpg')
+ self.backgroundpixbuf = gtk.gdk.pixbuf_new_from_file(bundle + '/images/main-background.jpg')
self.set_size_request(self.backgroundpixbuf.get_width(), self.backgroundpixbuf.get_height())