[gvfs] computer: Use 'drive-harddisk-system' as File System icon
- From: Tomas Bzatek <tbzatek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] computer: Use 'drive-harddisk-system' as File System icon
- Date: Tue, 23 Aug 2011 12:34:58 +0000 (UTC)
commit ccf3f4de75742f7419a9289784e5421a4c838a8a
Author: Timothy Arceri <t_fridey yahoo com au>
Date: Tue Aug 23 14:33:05 2011 +0200
computer: Use 'drive-harddisk-system' as File System icon
Ideally we would like to check for recent gnome-icon-theme-extras
package but there's no pkg-config file.
https://bugzilla.gnome.org/show_bug.cgi?id=655691
daemon/gvfsbackendcomputer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gvfsbackendcomputer.c b/daemon/gvfsbackendcomputer.c
index efbbd94..9356171 100644
--- a/daemon/gvfsbackendcomputer.c
+++ b/daemon/gvfsbackendcomputer.c
@@ -519,7 +519,7 @@ recompute_files (GVfsBackendComputer *backend)
file = g_slice_new0 (ComputerFile);
file->filename = g_strdup ("root.link");
file->display_name = g_strdup (_("File System"));
- file->icon = g_themed_icon_new ("drive-harddisk");
+ file->icon = g_themed_icon_new_with_default_fallbacks ("drive-harddisk-system");
file->root = g_file_new_for_path ("/");
file->prio = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]