all repos — openbox @ 73f0a9099304929c48cdbe0c686097b86a2db8e9

openbox fork - make it a bit more like ryudo

BScreen::resource.root_command wasnt being initialized
Dana Jansens danakj@orodu.net
commit

73f0a9099304929c48cdbe0c686097b86a2db8e9

parent

415f0241b377a14a3f7bb5ebffe2f40bce0147e4

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

jump to
M src/Screen.ccsrc/Screen.cc

@@ -214,6 +214,7 @@ resource.mstyle.t_fontset = resource.mstyle.f_fontset =

resource.tstyle.fontset = resource.wstyle.fontset = NULL; resource.mstyle.t_font = resource.mstyle.f_font = resource.tstyle.font = resource.wstyle.font = NULL; + resource.root_command = NULL; #ifdef SLIT slit = NULL;
M src/Toolbar.ccsrc/Toolbar.cc

@@ -397,7 +397,7 @@ tt = localtime(&ttmp);

if (tt) { char t[1025], *time_string = (char *) 0; int len = strftime(t, 1024, screen.strftimeFormat(), tt); - t[len++-1] = ' '; // add a space to the string for padding + t[len++] = ' '; // add a space to the string for padding t[len] = '\0'; if (i18n->multibyte()) {