all repos — fluxbox @ ddd2cd1311463b648da4710968ca743194706085

custom fork of the fluxbox windowmanager

destroy fluxbox
fluxgen fluxgen
commit

ddd2cd1311463b648da4710968ca743194706085

parent

9d433e6f49fd3fd165d80d716329cf27c75dc630

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

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

@@ -20,12 +20,13 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: main.cc,v 1.25 2003/12/09 08:48:08 rathnor Exp $ +// $Id: main.cc,v 1.26 2004/01/11 13:12:02 fluxgen Exp $ #include "fluxbox.hh" #include "I18n.hh" #include "version.h" #include "defaults.hh" + #include "FbTk/Theme.hh" #ifdef HAVE_CONFIG_H

@@ -253,7 +254,9 @@ } catch (...) {

cerr<<"Fluxbox: Unknown error."<<endl; abort(); } - + // destroy fluxbox + fluxbox.reset(0); + // restore cout and cin streams if (outbuf != 0) cout.rdbuf(outbuf);