[evolution-patches] fix for spewage
- From: Larry Ewing <lewing ximian com>
- To: patches <evolution-patches ximian com>, Radek Doulik <rodo ximian com>
- Subject: [evolution-patches] fix for spewage
- Date: Tue, 05 Aug 2003 16:02:14 -0500
This avoids a failed assertion that was causing debug output.
--Larry
Index: gtkhtml.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/gtkhtml.c,v
retrieving revision 1.520.2.3
diff -u -p -r1.520.2.3 gtkhtml.c
--- gtkhtml.c 9 Jul 2003 10:35:19 -0000 1.520.2.3
+++ gtkhtml.c 5 Aug 2003 21:01:33 -0000
@@ -848,7 +848,7 @@ key_press_event (GtkWidget *widget, GdkE
}
}
- if (retval)
+ if (retval && html_engine_get_editable (html->engine))
html_engine_reset_blinking_cursor (html->engine);
/* printf ("retval: %d\n", retval); */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]