1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-07-12 16:56:30 +02: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
+2 -1
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);
}