In file gnome/ui.py, class GnomePixmap, starting at line 1122, "height" is twice
spelled "heigth".


------------8<-----------
        def load_file(self, filename, width=-1, height=-1):
                if (width, heigth) == (-1, -1):
                        _gnomeui.gnome_pixmap_load_file(self._o, filename)
                else:
                        _gnomeui.gnome_pixmap_load_file_at_size(self._o,
                                                filename, width, height)
        def load_imlib(self, image, width=-1, height=-1):
                if (width, heigth) == (-1, -1):
                        _gnomeui.gnome_pixmap_load_imlib(self._o, image._im)
                else:
                        _gnomeui.gnome_pixmap_load_imlib_at_size(self._o,
                                                image._im, width, height)
------------8<-----------


Jeff
-- 
J.W. Bizzaro                  mailto:[EMAIL PROTECTED]
Boston College Chemistry      http://www.uml.edu/Dept/Chem/Bizzaro/
--
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to