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:
Miguel de Icaza 1998-05-26 17:49:41 +00:00
parent 6472caa9ba
commit eb1a6da0ef
2 changed files with 12 additions and 0 deletions

View File

@ -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>
* gwidget.c (entry_release): Enhanced our marked handler for input
lines.
* gdesktop.c (desktop_create_directory_entry): Fix, make a
g_strdup copy of the name. Fixes bug report #78.
(desktop_icon_context_popup): Simplified this routine as we are

View File

@ -556,6 +556,10 @@ session_save_state (GnomeClient *client, gint phase, GnomeRestartStyle save_styl
g_free (argv);
if (shutdown){
quit = 1;
dlg_stop (midnight_dlg);
}
return 1;
}