forked from AuroraMiddleware/gtk
placessidebar: Use symbolic name for symbolic icon
https://bugzilla.gnome.org/show_bug.cgi?id=731908
This commit is contained in:
parent
4617fa7568
commit
9d69ff697c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user