initialize the _single variable

This commit is contained in:
Dana Jansens 2003-02-01 22:43:27 +00:00
parent 889cb8880d
commit ca91ebe20c

View file

@ -106,6 +106,7 @@ Openbox::Openbox(int argc, char **argv)
_scriptfilepath = otk::expandTilde("~/.openbox/user.py");
_focused_client = 0;
_sync = false;
_single = false;
parseCommandLine(argc, argv);