diff options
author | Jasmine Hassan <[email protected]> | 2012-10-27 13:48:55 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-16 09:45:50 +0200 |
commit | 938724fe165f8d1be66121b7d22c42ea3e258dbf (patch) | |
tree | 0ca091ed8f1e0709d6282754d99761d73c6adfba /libcaja-private/caja-icon-names.h | |
parent | f30de91c1ccc7f3cbaeb3c00c0f89e4443b01238 (diff) | |
download | caja-938724fe165f8d1be66121b7d22c42ea3e258dbf.tar.bz2 caja-938724fe165f8d1be66121b7d22c42ea3e258dbf.tar.xz |
[places-sidebar] redesign the Places sidebar
According to http://live.gnome.org/Nautilus/UIRoadmap/Places
http://git.gnome.org/browse/nautilus/commit/?id=a59e586adf32eea64c9c4ae08a5482d2a9c37fb1
Small followup commits also included in this commit:
icon-names: fix a typo
http://git.gnome.org/browse/nautilus/commit/?id=2f847f37f429062d58df3927d10bc52c67a4524f
sidebar: fix bookmark renaming
http://git.gnome.org/browse/nautilus/commit/?id=1fdfa522da3e7c672fe4202c591a928c8796bb06
sidebar: add myself to the authors (Cosimo Cecchi <[email protected]>)
http://git.gnome.org/browse/nautilus/commit/?id=0f7e56b5e0ae5134ed1d8caeadcb3c684ae7f661
sidebar: don't allow selecting headers
http://git.gnome.org/browse/nautilus/commit/?id=8277ddc798fc78793364b54444fa53e9a287b5cc
sidebar: don't try to add non-existing special dirs
http://git.gnome.org/browse/nautilus/commit/?id=0f70ac4bb782b3c3fb0f5e8a24032cb344fdb2cc
Diffstat (limited to 'libcaja-private/caja-icon-names.h')
-rw-r--r-- | libcaja-private/caja-icon-names.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-icon-names.h b/libcaja-private/caja-icon-names.h index bb50a772..20aee326 100644 --- a/libcaja-private/caja-icon-names.h +++ b/libcaja-private/caja-icon-names.h @@ -20,7 +20,7 @@ #define CAJA_ICON_EMBLEM_UNREADABLE "emblem-unreadable" #define CAJA_ICON_EMBLEM_SYMLINK "emblem-symbolic-link" -#define CAJA_ICON_FOLDER_DESKTOP "folder-documents" +#define CAJA_ICON_FOLDER_DESKTOP "user-desktop" #define CAJA_ICON_FOLDER_DOCUMENTS "folder-documents" #define CAJA_ICON_FOLDER_DOWNLOAD "folder-download" #define CAJA_ICON_FOLDER_MUSIC "folder-music" |