[baobab] allow fallback for drive-harddisk-system icon
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] allow fallback for drive-harddisk-system icon
- Date: Thu, 4 Sep 2014 16:37:24 +0000 (UTC)
commit 6aa75fe555a895a0e4de403d93a3d0d46238cb6a
Author: Frédéric Péters <fpeters 0d be>
Date: Thu Sep 4 17:04:08 2014 +0200
allow fallback for drive-harddisk-system icon
drive-harddisk-system is part of gnome-icon-themes-extra and may not be
installed; allow that icon to use fallbacks, so drive-harddisk will get
used if drive-harddisk-system is missing.
https://bugzilla.gnome.org/show_bug.cgi?id=736062
src/baobab-location.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/baobab-location.vala b/src/baobab-location.vala
index 51ee395..4c47b7a 100644
--- a/src/baobab-location.vala
+++ b/src/baobab-location.vala
@@ -125,7 +125,7 @@ namespace Baobab {
file = File.new_for_path ("/");
get_file_info ();
- icon = new ThemedIcon ("drive-harddisk-system");
+ icon = new ThemedIcon.with_default_fallbacks ("drive-harddisk-system");
get_fs_usage ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]