Add comment about missing way to get symbolic icons for bookmarks

Nautilus got the ability to do that in commit 0ed400b9c1692e42498bff3c10780073ec137f63.
Maybe we should just copy that code to here later.
This commit is contained in:
Federico Mena Quintero 2012-10-19 12:26:40 -05:00
parent dc40569628
commit 2af5ce906e

View File

@ -971,6 +971,10 @@ update_places (GtkPlacesSidebar *sidebar)
if (bookmark_name == NULL)
bookmark_name = g_strdup (g_file_info_get_display_name (info));
/* FIXME: in commit 0ed400b9c1692e42498bff3c10780073ec137f63, nautilus added the ability
* to get a symbolic icon for bookmarks. We don't have that machinery. Should we
* just copy that code?
*/
icon = g_file_info_get_icon (info);
mount_uri = g_file_get_uri (root);