summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-05-11 12:32:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-05-11 12:32:35 +0000
commit87d54fa001db18588134eacc35fc60a8bcf0a723 (patch)
treed1e9643f2aa2e085ba368a73aceb0ce8147e8c98
parente9816343cd71dfe556e6ace12d67c642a8dde635 (diff)
INTEGRATION: CWS atkbridge2 (1.12.4); FILE MERGED
2006/05/08 13:45:15 obr 1.12.4.1: #135353# fixed crashes when closing sub-toolbars and application exit
-rw-r--r--vcl/unx/gtk/app/gtkinst.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx
index 817a47d75f6d..5d9c05972c44 100644
--- a/vcl/unx/gtk/app/gtkinst.cxx
+++ b/vcl/unx/gtk/app/gtkinst.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gtkinst.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2006-05-05 10:59:46 $
+ * last change: $Author: hr $ $Date: 2006-05-11 13:32:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -191,6 +191,7 @@ extern "C"
GtkInstance::~GtkInstance()
{
+ DeInitAtkBridge();
}
SalFrame* GtkInstance::CreateFrame( SalFrame* pParent, ULONG nStyle )