From e878f3245cad7efe8c8f051ad6de8521ab531b7b Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Sun, 7 Jan 2007 22:23:13 -0600 Subject: [PATCH] Use MOO_USE_XDGMIME instead of __WIN32__ to use xdgmime --- moo/moofileview/moofile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moo/moofileview/moofile.c b/moo/moofileview/moofile.c index 361c4adc..d959b94f 100644 --- a/moo/moofileview/moofile.c +++ b/moo/moofileview/moofile.c @@ -1090,7 +1090,7 @@ _create_icon_for_mime_type (GtkIconTheme *icon_theme, if (pixbuf) return pixbuf; -#ifndef __WIN32__ +#ifdef MOO_USE_XDGMIME parent_types = xdg_mime_list_mime_parents (mime_type); if (parent_types && parent_types[0] && strcmp (parent_types[0], MIME_TYPE_UNKNOWN) != 0)