Thanks for the patch.  I will be putting together another release of pygtk
and gnome-python during the weekend.  I have not had much time to spend on
pygtk these last two or three weeks, since I have been studying for/doing
exams (I just had my second last this morning).  Once again, thanks to
everyone who sent in patches.  Sorry about not having time to apply them
all.

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Thu, 17 Jun 1999, J.W. Bizzaro wrote:

> 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]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to