Fixed an occasional crash at startup; see bug forum thread #2532

This commit is contained in:
Oliver Duis
2010-12-20 20:24:52 +01:00
parent 8ce5683f6c
commit f070f37c53

View File

@@ -1,6 +1,7 @@
/*
* This file is part of RawTherapee.
*
* Copyright (c) 2004-2010 Gabor Horvath <hgabor@rawtherapee.com>, Oliver Duis <www.oliverduis.de>
*
* RawTherapee is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -23,6 +24,8 @@
RTWindow::RTWindow () {
epanel=NULL; // to prevent eventing errors
cacheMgr->init ();
#ifdef GLIBMM_EXCEPTIONS_ENABLED