GNOME Bugzilla – Bug 731951
Sometimes Ctrl-Q does not close the window
Last modified: 2014-07-21 10:30:46 UTC
Steps to reproduce: * Run the command: mkdir myfolder * Run the command: gedit myfolder * Wait for gedit to load and show the error that myfolder is a directory. * Hit Ctrl-W to close the error. * Hit Ctrl-Q. Expected results: Gedit should have been closed. Actual results: Nothing happends.
(In reply to comment #0) > Steps to reproduce: > * Run the command: mkdir myfolder > * Run the command: gedit myfolder > * Wait for gedit to load and show the error that myfolder is a directory. > * Hit Ctrl-W to close the error. > * Hit Ctrl-Q. > > Expected results: > Gedit should have been closed. > > Actual results: > Nothing happends.
Created attachment 280111 [details] [review] Fix for bug 731951. I think we should not check for the num_tab > 0 for the quit menu. We should enable this even if the num_tabs = 0.
Review of attachment 280111 [details] [review]: Looks good. Having no tabs should really not make it stop from quitting.
Created attachment 281290 [details] [review] Fix Bug 73195 Sometimes Ctrl-Q does not close the window
pushed