glocalfileinfo: don't special-case directory icons
authorLars Uebernickel <lars@uebernic.de>
Mon, 10 Mar 2014 18:46:23 +0000 (19:46 +0100)
committerLars Uebernickel <lars.uebernickel@canonical.com>
Tue, 11 Mar 2014 10:47:57 +0000 (11:47 +0100)
commit8c78fb827b51aa6e48fa20bac3f1ede4c699dd43
tree1c1fe38022105d601a9242dd2baebd40c5c91b29
parent25f36d8e5efb1312bc684a28158ecfba2dd2ace0
glocalfileinfo: don't special-case directory icons

As of e6af432, g_content_type_get_symbolic_icon() returns non-symbolic
fallbacks. Thus, we can't append another symbolic icon to the fallbacks.

The special case was a bit of a hack anyway. It was only applied to
themed icons and there was no generic fallback for mime types that are
not folders.

https://bugzilla.gnome.org/show_bug.cgi?id=726046
gio/glocalfileinfo.c