diff options
author | Dave Camp <dave@ximian.com> | 2003-06-23 01:47:01 +0000 |
---|---|---|
committer | Dave Camp <campd@src.gnome.org> | 2003-06-23 01:47:01 +0000 |
commit | 2cd87af9f2a966e2613299dc933e3baeffeda393 (patch) | |
tree | d5a37671c0bcab321d74b93e2db6948b922fe2c1 /libnautilus-private/nautilus-desktop-link.c | |
parent | b0f34eafb648172c26209f481c8dce0202fe3d38 (diff) | |
download | nautilus-2cd87af9f2a966e2613299dc933e3baeffeda393.tar.gz |
Set the trash gconf key instead of the home key when renaming the trash.
2003-06-22 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-desktop-link.c:
(nautilus_desktop_link_rename): Set the trash gconf key instead of
the home key when renaming the trash.
Diffstat (limited to 'libnautilus-private/nautilus-desktop-link.c')
-rw-r--r-- | libnautilus-private/nautilus-desktop-link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-desktop-link.c b/libnautilus-private/nautilus-desktop-link.c index b5270d616..66eaa3a0b 100644 --- a/libnautilus-private/nautilus-desktop-link.c +++ b/libnautilus-private/nautilus-desktop-link.c @@ -356,7 +356,7 @@ nautilus_desktop_link_rename (NautilusDesktopLink *link, name); break; case NAUTILUS_DESKTOP_LINK_TRASH: - eel_preferences_set (NAUTILUS_PREFERENCES_DESKTOP_HOME_NAME, + eel_preferences_set (NAUTILUS_PREFERENCES_DESKTOP_TRASH_NAME, name); break; default: |