GNOME Bugzilla – Bug 160100
Ctrl+W on the desktop makes nautilus exit
Last modified: 2005-01-28 08:49:50 UTC
if you click on the desktop and press Ctrl+W nautilus quits.
Incredible but true. Confirming !
Created attachment 36634 [details] [review] Patch fixes the bug.
Created attachment 36635 [details] [review] Patch fixes the bug.
Either of these two patches will fix the bug. But first patch actually avoids the problem, where as second patch does the required UI clean up for nautilus desktop window and prevents nautilus from quiting.
2005-01-28 Alexander Larsson <alexl@redhat.com> * src/nautilus-actions.h: * src/nautilus-desktop-window.c: (nautilus_desktop_window_instance_init): Disable close action on desktop window (#160100)