all repos — openbox @ 5d5156dcb3a18a271880b16f951d83bfda0fed03

openbox fork - make it a bit more like ryudo

dont use empty desktop names from the rc file
Dana Jansens danakj@orodu.net
commit

5d5156dcb3a18a271880b16f951d83bfda0fed03

parent

1f71a0db724902df37f349738379e93c8b8ca34c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -938,7 +938,7 @@

it = g_slist_nth(config_desktops_names, i); for (; i < screen_num_desktops; ++i) { - if (it) + if (it && ((char*)it->data)[0]) /* not empty */ /* use the names from the config file when possible */ screen_desktop_names[i] = g_strdup(it->data); else