summaryrefslogtreecommitdiff
path: root/daemon/gvfsftpdircache.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-08-28 20:45:50 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-08-30 11:24:19 -0400
commit5e2d824527f6b6b8e456f1b717f9fd5d95b488ac (patch)
treee6d224b7e3939b11cea1a9d67ab4d1da71d5d28f /daemon/gvfsftpdircache.c
parentc47f093895ceb648429ef4ab85004b9c3941438d (diff)
downloadgvfs-5e2d824527f6b6b8e456f1b717f9fd5d95b488ac.tar.gz
Add symbolics support to the backends
https://bugzilla.gnome.org/show_bug.cgi?id=681458
Diffstat (limited to 'daemon/gvfsftpdircache.c')
-rw-r--r--daemon/gvfsftpdircache.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/gvfsftpdircache.c b/daemon/gvfsftpdircache.c
index 16d63227..72137781 100644
--- a/daemon/gvfsftpdircache.c
+++ b/daemon/gvfsftpdircache.c
@@ -439,6 +439,9 @@ create_root_file_info (GVfsBackendFtp *ftp)
icon = g_themed_icon_new ("folder-remote");
g_file_info_set_icon (info, icon);
g_object_unref (icon);
+ icon = g_themed_icon_new ("folder-remote-symbolic");
+ g_file_info_set_symbolic_icon (info, icon);
+ g_object_unref (icon);
return info;
}