On Wed, 2012-10-24 at 15:03 +0200, Dos Santos, Oliveira wrote:
> -Glib::RefPtr<Gio::Icon> content_type_get_symbloic_icon(const
> Glib::ustring& type)
> +Glib::RefPtr<Gio::Icon> content_type_get_symbolic_icon(const
> Glib::ustring& type)
>  {
> -  Glib::RefPtr<Icon> retvalue =
> Glib::wrap(g_content_type_get_symbolic_icon(type.c_str()));
> +
> +#ifdef G_OS_UNIX
> +      Glib::RefPtr<Icon> retvalue =
> Glib::wrap(g_content_type_get_symbolic_icon(type.c_str()));
> +#else
> +       Glib::RefPtr<Icon> retvalue =
> Glib::wrap(g_content_type_get_icon(type.c_str()));
> +#endif
> + 

Is this part of the patch really necessary?  It doesn't seem in gio that
g_content_type_get_symbolic_icon() is only available for Unix.

-- 
José


_______________________________________________
gtkmm-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to