[almanah] Remove spell checking highlighting from printouts



commit 84889379de9667256702e87254ba70eefe66dd7b
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Apr 18 16:17:40 2010 +0100

    Remove spell checking highlighting from printouts

 src/printing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/printing.c b/src/printing.c
index c320871..13d8e82 100644
--- a/src/printing.c
+++ b/src/printing.c
@@ -301,7 +301,7 @@ print_entry (GtkPrintOperation *operation, GtkPrintContext *context, AlmanahPrin
 		GtkTextIter start, end;
 
 		gtk_text_buffer_set_text (almanah_operation->buffer, "", 0);
-		if (almanah_entry_get_content (entry, almanah_operation->buffer, TRUE, NULL) == TRUE) {
+		if (almanah_entry_get_content (entry, almanah_operation->buffer, FALSE, NULL) == TRUE) {
 			gtk_text_buffer_get_bounds (almanah_operation->buffer, &start, &end);
 			lay_out_entry (entry_layout, &start, &end);
 		}



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