summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-04-11 18:45:38 +0000
committerAlexander Larsson <alexl@src.gnome.org>2009-04-11 18:45:38 +0000
commit16ffc264309aa692ae8b20618a0b9b98cfa371c9 (patch)
tree22d986ad96ac636626751cfb42462e79b3eb9c11 /ChangeLog
parentbca6fc7d2bcc0e5302a3cb7a297ed9f09471529f (diff)
downloadnautilus-16ffc264309aa692ae8b20618a0b9b98cfa371c9.tar.gz
Show both unmount and eject in menus. We need to show eject for a lot of
2009-04-11 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c: * src/file-manager/fm-tree-view.c: * src/nautilus-places-sidebar.c: Show both unmount and eject in menus. We need to show eject for a lot of devices (that we can't detect ahead of time) so we're enabling it much more generally. However, eject sometimes does things you don't want (like unmounting all volumes on a drive), so we also need to expose unmount. For discussion, see bug 574067 and bug 576587. svn path=/trunk/; revision=15176
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fa18a4f4..5ba9c5341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-04-11 Alexander Larsson <alexl@redhat.com>
+
+ * src/file-manager/fm-directory-view.c:
+ * src/file-manager/fm-tree-view.c:
+ * src/nautilus-places-sidebar.c:
+ Show both unmount and eject in menus. We need to show eject for
+ a lot of devices (that we can't detect ahead of time) so we're
+ enabling it much more generally. However, eject sometimes does
+ things you don't want (like unmounting all volumes on a drive),
+ so we also need to expose unmount.
+
+ For discussion, see bug 574067 and bug 576587.
+
2009-04-09 Cosimo Cecchi <cosimoc@gnome.org>
* cut-n-paste-code/libegg/eggsmclient.c: