* src/mainwindow.c
Fix exit crash
+2006-02-13 [cleroy] 2.0.0cvs47
+
+ * src/mainwindow.c
+ Fix exit crash
+
2006-02-13 [wwp] 2.0.0cvs46
* src/plugins/pgpcore/prefs_gpg.c
( cvs diff -u -r 1.3.2.38 -r 1.3.2.39 src/prefs_themes.c; ) > 2.0.0cvs44.patchset
( cvs diff -u -r 1.207.2.88 -r 1.207.2.89 src/folderview.c; cvs diff -u -r 1.115.2.74 -r 1.115.2.75 src/main.c; cvs diff -u -r 1.274.2.95 -r 1.274.2.96 src/mainwindow.c; ) > 2.0.0cvs45.patchset
( cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/plugins/pgpcore/prefs_gpg.c; ) > 2.0.0cvs46.patchset
+( cvs diff -u -r 1.274.2.96 -r 1.274.2.97 src/mainwindow.c; ) > 2.0.0cvs47.patchset
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=46
+EXTRA_VERSION=47
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
{
GtkAllocation *allocation;
- if (mainwin->messageview == NULL) {
+ if (mainwin_list == NULL || mainwin->messageview == NULL) {
debug_print("called after messageview "
"has been deallocated!\n");
return;