From 98f8de10a0032f3c200497970303e3b0631124fc Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Wed, 25 Jul 2001 02:19:48 +0000 Subject: Remove all python use of Imlib; replace with gdk pixbuf --- iw/language_gui.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'iw/language_gui.py') diff --git a/iw/language_gui.py b/iw/language_gui.py index f0612976b..5dad11ee9 100644 --- a/iw/language_gui.py +++ b/iw/language_gui.py @@ -26,10 +26,8 @@ class LanguageWindow (InstallWindow): mainBox = GtkVBox (FALSE, 10) hbox = GtkHBox(FALSE, 5) - im = self.ics.readPixmap ("gnome-globe.png") - if im: - im.render () - pix = im.make_pixmap () + pix = self.ics.readPixmap ("gnome-globe.png") + if pix: a = GtkAlignment () a.add (pix) a.set (0.0, 0.0, 0.0, 0.0) -- cgit