'Unnamed Desktop' is the most useless text to put on an unnamed desktop pls
This commit is contained in:
parent
4b32a060ad
commit
6beb20b3f4
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ void screen_update_desktop_names()
|
|||
screen_num_desktops + 1);
|
||||
screen_desktop_names[screen_num_desktops] = NULL;
|
||||
for (; i < screen_num_desktops; ++i)
|
||||
screen_desktop_names[i] = g_strdup("Unnamed Desktop");
|
||||
screen_desktop_names[i] = g_strdup("Desktop %i", i + 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue