mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Update rcxml.c
add space to "="
This commit is contained in:
parent
df38b79752
commit
eae0c23894
1 changed files with 1 additions and 1 deletions
|
|
@ -1468,7 +1468,7 @@ post_processing(void)
|
|||
int nr_workspaces = wl_list_length(&rc.workspace_config.workspaces);
|
||||
if (nr_workspaces < rc.workspace_config.min_nr_workspaces) {
|
||||
if (!rc.workspace_config.prefix) {
|
||||
rc.workspace_config.prefix= xstrdup("Workspace");
|
||||
rc.workspace_config.prefix = xstrdup("Workspace");
|
||||
}
|
||||
struct workspace *workspace;
|
||||
for (int i = nr_workspaces; i < rc.workspace_config.min_nr_workspaces; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue