Sync from Nautilus commit b72d57b038e50172fac2fafdc6c26660378aab34

No changes (except a whitespace fix), for we already had a copy of
special_directory_get_gicon().
This commit is contained in:
Federico Mena Quintero 2012-10-20 13:34:23 -05:00
parent 2af5ce906e
commit eb40a6cc68

View File

@ -509,7 +509,6 @@ sidebar_update_restore_selection (GtkPlacesSidebar *sidebar,
static GIcon *
special_directory_get_gicon (GUserDirectory directory)
{
#define ICON_CASE(x) \
case G_USER_DIRECTORY_ ## x: \
return g_themed_icon_new (ICON_NAME_FOLDER_ ## x);