2000-05-06 Jacob Berkman <jacob@helixcode.com>

* gsession.c (session_set_restart): restart with priority 40 so we show
	up in the splash screen
This commit is contained in:
Jacob Berkman 2000-05-06 09:48:28 +00:00
parent b0d9ff70fa
commit 129ee42014
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-05-06 Jacob Berkman <jacob@helixcode.com>
* gsession.c (session_set_restart): restart with priority 40 so we show
up in the splash screen
2000-04-23 JP Rosevear <jpr@arcavia.com>
* gview.c (view): Constify file parameter to match prototype and fix

View File

@ -255,6 +255,7 @@ session_load (void)
void
session_set_restart (int restart)
{
gnome_client_set_priority (master_client, 40);
gnome_client_set_restart_style (master_client,
(restart
? GNOME_RESTART_IMMEDIATELY