summaryrefslogtreecommitdiffstats
path: root/iw/mouse_gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-25 02:19:48 +0000
committerMatt Wilson <msw@redhat.com>2001-07-25 02:19:48 +0000
commit98f8de10a0032f3c200497970303e3b0631124fc (patch)
tree4c3962f1364dd9bc10203b90b1b7d77a3f9af696 /iw/mouse_gui.py
parent1c9ff234c13bf6fd5486033d17c199accadec49d (diff)
downloadanaconda-98f8de10a0032f3c200497970303e3b0631124fc.tar.gz
anaconda-98f8de10a0032f3c200497970303e3b0631124fc.tar.xz
anaconda-98f8de10a0032f3c200497970303e3b0631124fc.zip
Remove all python use of Imlib; replace with gdk pixbuf
Diffstat (limited to 'iw/mouse_gui.py')
-rw-r--r--iw/mouse_gui.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/iw/mouse_gui.py b/iw/mouse_gui.py
index d56ca9a3a..c8aa7dff8 100644
--- a/iw/mouse_gui.py
+++ b/iw/mouse_gui.py
@@ -204,10 +204,8 @@ class MouseWindow (InstallWindow):
hbox = GtkHBox(FALSE, 5)
- im = self.ics.readPixmap ("gnome-mouse.png")
- if im:
- im.render ()
- pix = im.make_pixmap ()
+ pix = self.ics.readPixmap ("gnome-mouse.png")
+ if pix:
a = GtkAlignment ()
a.add (pix)
a.set (0.0, 0.0, 0.0, 0.0)