mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
parent
631cd5ab28
commit
5a20014f50
27 changed files with 322 additions and 320 deletions
|
|
@ -1381,7 +1381,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