1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

*** empty log message ***

This commit is contained in:
kojima
1999-04-17 19:44:58 +00:00
parent b147e8f85c
commit afcbe06363
4 changed files with 8 additions and 5 deletions

View File

@@ -265,7 +265,8 @@ static void
restartCommand(WMenu *menu, WMenuEntry *entry)
{
Shutdown(WSRestartPreparationMode);
Restart((char*)entry->clientdata);
Restart((char*)entry->clientdata, False);
Restart(NULL, True);
}