blef
This commit is contained in:
parent
6beb20b3f4
commit
d30ea87bb1
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("Desktop %i", i + 1);
|
||||
screen_desktop_names[i] = g_strdup_printf("Desktop %i", i + 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue