Skip to content

Commit

Permalink
Set EWMH desktop names during startup
Browse files Browse the repository at this point in the history
If the DesktopName command is used from a configuration file, FVWM won't apply
those when that file is read during startup.  Change this so it does.
  • Loading branch information
tadam committed Mar 9, 2016
1 parent 8fd8c2b commit 6b36a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvwm/virtual.c
Original file line number Diff line number Diff line change
Expand Up @@ -2502,8 +2502,8 @@ void CMD_DesktopName(F_CMD_ARGS)
}
BroadcastConfigInfoString(msg);
free(msg);
EWMH_SetDesktopNames();
}
EWMH_SetDesktopNames();

return;
}

0 comments on commit 6b36a13

Please sign in to comment.