mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
[project @ 2005-12-10 18:02:36 by adrianl]
Added quit msg to stderr to differentiate user request from failure svn path=/import/netsurf/; revision=1895
This commit is contained in:
parent
6c9e05f1a5
commit
22efec6d8f
@ -1730,8 +1730,10 @@ bool ro_gui_menu_handle_action(wimp_w owner, menu_action action,
|
||||
|
||||
/* misc actions */
|
||||
case APPLICATION_QUIT:
|
||||
if (ro_gui_prequit())
|
||||
if (ro_gui_prequit()) {
|
||||
LOG(("QUIT in response to user request"));
|
||||
netsurf_quit = true;
|
||||
}
|
||||
return true;
|
||||
case CHOICES_SHOW:
|
||||
ro_gui_dialog_open_config();
|
||||
|
Loading…
Reference in New Issue
Block a user