* src/messageview.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 22 Feb 2004 13:59:46 +0000 (13:59 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 22 Feb 2004 13:59:46 +0000 (13:59 +0000)
put back a lost check

ChangeLog.claws
configure.ac
src/messageview.c

index 4963b25264d9412afc2c016c98cd69b407a2d596..03b0c636536b47afcb105d437f38e59324b5760d 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-22 [alfons]    0.9.9claws26
+
+       * src/messageview.c
+               put back a lost check
+
 2004-02-21 [alfons]    0.9.9claws25
 
        * src/folderview.c
index bf4bdc3e4a082bc48d3aa0dadafe694fd6fac722..51a0c778fb2bf0edd6b5932f786233a7ac34b215 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=9
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=25
+EXTRA_VERSION=26
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
index 12c4af816cba207997c33644f3a7a62521270c8c..bb295c37e257a8d3f8a24a8755abd478b62dc1e1 100644 (file)
@@ -898,6 +898,7 @@ gboolean messageview_search_string_backward(MessageView *messageview,
        TextView *text;
 
        text = messageview_get_current_textview(messageview);
+       if (text)       
                return textview_search_string_backward(text,
                                                       str, case_sens);
        return FALSE;