mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
1998-05-26 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gmain.c (session_save_state): Perform shutdown if `shutdown' flag is set.
This commit is contained in:
parent
6472caa9ba
commit
eb1a6da0ef
@ -1,5 +1,13 @@
|
|||||||
|
1998-05-26 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||||
|
|
||||||
|
* gmain.c (session_save_state): Perform shutdown if `shutdown'
|
||||||
|
flag is set.
|
||||||
|
|
||||||
1998-05-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
1998-05-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||||
|
|
||||||
|
* gwidget.c (entry_release): Enhanced our marked handler for input
|
||||||
|
lines.
|
||||||
|
|
||||||
* gdesktop.c (desktop_create_directory_entry): Fix, make a
|
* gdesktop.c (desktop_create_directory_entry): Fix, make a
|
||||||
g_strdup copy of the name. Fixes bug report #78.
|
g_strdup copy of the name. Fixes bug report #78.
|
||||||
(desktop_icon_context_popup): Simplified this routine as we are
|
(desktop_icon_context_popup): Simplified this routine as we are
|
||||||
|
@ -556,6 +556,10 @@ session_save_state (GnomeClient *client, gint phase, GnomeRestartStyle save_styl
|
|||||||
|
|
||||||
g_free (argv);
|
g_free (argv);
|
||||||
|
|
||||||
|
if (shutdown){
|
||||||
|
quit = 1;
|
||||||
|
dlg_stop (midnight_dlg);
|
||||||
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user