[balsa/gtk3] Fix typo



commit f82bdbd59460bc4b672e5c9f8806e42cbf621049
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sun Jul 15 20:28:24 2012 -0400

    Fix typo
    
    	* src/balsa-mime-widget-text.c (structured_phrases_toggle):
    	typo.

 ChangeLog                    |    5 +++++
 src/balsa-mime-widget-text.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fbf286a..a6336e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-07-15  Peter Bloomfield
 
+	* src/balsa-mime-widget-text.c (structured_phrases_toggle):
+	typo.
+
+2012-07-15  Peter Bloomfield
+
 	* libbalsa/imap/imap_search.c (imap_write_key_string): typo.
 
 2012-07-15  Albrecht DreÃ
diff --git a/src/balsa-mime-widget-text.c b/src/balsa-mime-widget-text.c
index cef7642..574d994 100644
--- a/src/balsa-mime-widget-text.c
+++ b/src/balsa-mime-widget-text.c
@@ -450,7 +450,7 @@ structured_phrases_toggle(GtkCheckMenuItem *checkmenuitem,
     table = gtk_text_buffer_get_tag_table(gtk_text_view_get_buffer(textview));
     if (!table || phrase_hl == 0 ||
 	(phrase_hl == PHRASE_HIGHLIGHT_ON && new_hl) ||
-	(!phrase_hl == PHRASE_HIGHLIGHT_OFF && !new_hl))
+	(phrase_hl == PHRASE_HIGHLIGHT_OFF && !new_hl))
 	return;
 
     if ((tag = gtk_text_tag_table_lookup(table, "hp-bold")))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]