2005-10-13 [colin] 1.9.15cvs42

* src/summaryview.c
		Fix crash when quicksearch's hidden
		at startup
This commit is contained in:
Colin Leroy 2005-10-13 18:15:43 +00:00
parent 6d275752b1
commit a12ecb54a7
4 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-10-13 [colin] 1.9.15cvs42
* src/summaryview.c
Fix crash when quicksearch's hidden
at startup
2005-10-13 [colin] 1.9.15cvs41
* src/compose.c

View file

@ -878,3 +878,4 @@
( cvs diff -u -r 1.1.2.22 -r 1.1.2.23 src/gtk/quicksearch.c; ) > 1.9.15cvs39.patchset
( cvs diff -u -r 1.179.2.78 -r 1.179.2.79 src/imap.c; ) > 1.9.15cvs40.patchset
( cvs diff -u -r 1.382.2.183 -r 1.382.2.184 src/compose.c; ) > 1.9.15cvs41.patchset
( cvs diff -u -r 1.395.2.136 -r 1.395.2.137 src/summaryview.c; ) > 1.9.15cvs42.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=15
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=41
EXTRA_VERSION=42
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -814,6 +814,9 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item)
if (summary_is_locked(summaryview)) return FALSE;
if (!summaryview->mainwin)
return;
inc_lock();
summary_lock(summaryview);