placessidebar: Use symbolic name for symbolic icon

https://bugzilla.gnome.org/show_bug.cgi?id=731908
This commit is contained in:
Bastien Nocera 2014-06-19 14:11:22 +02:00 committed by Matthias Clasen
parent 4617fa7568
commit 9d69ff697c

View File

@ -535,7 +535,7 @@ special_directory_get_gicon (GUserDirectory directory)
ICON_CASE (VIDEOS);
default:
return g_themed_icon_new_with_default_fallbacks ("folder-symbolic");
return g_themed_icon_new_with_default_fallbacks (ICON_NAME_FOLDER);
}
#undef ICON_CASE