summaryrefslogtreecommitdiff
path: root/libnautilus-private
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-07-13 13:29:32 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-07-13 13:31:25 -0400
commit19e9cafd7745b1d468a1c47d2e4ea96711225b3d (patch)
tree588476e67692d0ccac90e45c8e78919fe04cf380 /libnautilus-private
parent7c72858b6505f59538b5d196ae318d2f826e2f94 (diff)
downloadnautilus-19e9cafd7745b1d468a1c47d2e4ea96711225b3d.tar.gz
icon-names: add back fullcolor icon defines for the desktop
We still want to use fullcolor icons for stock places on the desktop, so add back separate defines for those icon names.
Diffstat (limited to 'libnautilus-private')
-rw-r--r--libnautilus-private/nautilus-icon-names.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libnautilus-private/nautilus-icon-names.h b/libnautilus-private/nautilus-icon-names.h
index 1fc7d333b..ed7b03d9a 100644
--- a/libnautilus-private/nautilus-icon-names.h
+++ b/libnautilus-private/nautilus-icon-names.h
@@ -22,6 +22,13 @@
#define NAUTILUS_ICON_FOLDER_VIDEOS "folder-videos-symbolic"
#define NAUTILUS_ICON_FOLDER_SAVED_SEARCH "folder-saved-search-symbolic"
+/* Icons for desktop */
+#define NAUTILUS_DESKTOP_ICON_DESKTOP "user-desktop"
+#define NAUTILUS_DESKTOP_ICON_TRASH "user-trash"
+#define NAUTILUS_DESKTOP_ICON_TRASH_FULL "user-trash-full"
+#define NAUTILUS_DESKTOP_ICON_HOME "user-home"
+#define NAUTILUS_DESKTOP_ICON_NETWORK "network-workgroup"
+
/* Other icons */
#define NAUTILUS_ICON_TEMPLATE "text-x-generic-template"