mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
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:
parent
b0d9ff70fa
commit
129ee42014
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user