On Sat, Jul 11, 2009 at 6:54 PM, Christoph Gohlke<cgoh...@uci.edu> wrote:
>
> Index: lib/matplotlib/backends/backend_gtk.py
> ===================================================================
> --- lib/matplotlib/backends/backend_gtk.py      (revision 7257)
> +++ lib/matplotlib/backends/backend_gtk.py      (working copy)
> @@ -1148,7 +1148,7 @@
>  # versions of pygtk, so we have to use a PNG file instead.
>  try:
>
> -    if gtk.pygtk_version < (2, 8, 0):
> +    if gtk.pygtk_version < (2, 8, 0) or sys.platform == 'win32':
>         icon_filename = 'matplotlib.png'
>     else:
>         icon_filename = 'matplotlib.svg'
>

Thanks, committed.  Are there any problems with the toolbar icons on gtk/win32?

JDH

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to