all repos — openbox @ c6370aa48a2832eb4f26aa73662326e0fc4dc99f

openbox fork - make it a bit more like ryudo

fix a broken if statement (bug #4464)
Dana Jansens danakj@orodu.net
commit

c6370aa48a2832eb4f26aa73662326e0fc4dc99f

parent

331990a4f24aec35c6212af874d70bcc9cace258

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

jump to
M data/xsession/openbox-gnome-session.indata/xsession/openbox-gnome-session.in

@@ -46,7 +46,7 @@ # get the current GNOME/Openbox session

OB_SESSION=$(gconftool-2 -g $SPATH/openbox_session 2> /dev/null) # update the GNOME/Openbox session if needed - if x$OB_SESSION != x$SESSION; then + if test x$OB_SESSION != x$SESSION; then # the default session changed or we didn't run GNOME/Openbox before gconftool-2 -t list --list-type=strings -s $SPATH/openbox_session \ "$SESSION" 2> /dev/null