From: Dana Jansens Date: Sat, 1 Feb 2003 22:43:27 +0000 (+0000) Subject: initialize the _single variable X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=ca91ebe20ceee7d70420a9506816ee48043d58d4;p=chaz%2Fopenbox initialize the _single variable --- diff --git a/src/openbox.cc b/src/openbox.cc index ccab162a..b1fc1c54 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -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);