* src/summaryview.c
Fix wrong return without unlocking; thanks
to mupuf_
+2009-07-16 [colin] 3.7.2cvs9
+
+ * src/summaryview.c
+ Fix wrong return without unlocking; thanks
+ to mupuf_
+
2009-07-14 [colin] 3.7.2cvs8
* src/imap.c
2009-07-14 [colin] 3.7.2cvs8
* src/imap.c
( cvs diff -u -r 1.16.2.36 -r 1.16.2.37 src/prefs_display_header.c; ) > 3.7.2cvs6.patchset
( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/plugins/pgpcore/plugin.def; cvs diff -u -r 1.20.2.71 -r 1.20.2.72 src/common/utils.h; ) > 3.7.2cvs7.patchset
( cvs diff -u -r 1.179.2.247 -r 1.179.2.248 src/imap.c; ) > 3.7.2cvs8.patchset
( cvs diff -u -r 1.16.2.36 -r 1.16.2.37 src/prefs_display_header.c; ) > 3.7.2cvs6.patchset
( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/plugins/pgpcore/plugin.def; cvs diff -u -r 1.20.2.71 -r 1.20.2.72 src/common/utils.h; ) > 3.7.2cvs7.patchset
( cvs diff -u -r 1.179.2.247 -r 1.179.2.248 src/imap.c; ) > 3.7.2cvs8.patchset
+( cvs diff -u -r 1.395.2.413 -r 1.395.2.414 src/summaryview.c; ) > 3.7.2cvs9.patchset
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
GTK_EVENTS_FLUSH();
msginfo = gtk_cmctree_node_get_row_data(ctree, row);
GTK_EVENTS_FLUSH();
msginfo = gtk_cmctree_node_get_row_data(ctree, row);
-
- cm_return_if_fail(msginfo);
+
+ if (!msginfo) {
+ debug_print("NULL msginfo\n");
+ summary_unlock(summaryview);
+ END_TIMING();
+ return;
+ }
if (new_window && prefs_common.layout_mode != SMALL_LAYOUT) {
MessageView *msgview;
if (new_window && prefs_common.layout_mode != SMALL_LAYOUT) {
MessageView *msgview;