[evolution-patches] Patch fixes #72845 (Gtkhtml a11y related)
- From: Mengjie Yu <Meng-Jie Yu Sun COM>
- To: Radek Doulik <rodo ximian com>
- Cc: evolution-patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] Patch fixes #72845 (Gtkhtml a11y related)
- Date: Tue, 22 Feb 2005 18:09:25 +0800
hi, rodo
Here is another patch for #72845
the related URL is:
http://bugzilla.ximian.com/show_bug.cgi?id=72845
Will you please help me to review it?
Thanks a lot.
Yours,
Mengjie
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/ChangeLog,v
retrieving revision 1.2095
diff -u -p -r1.2095 ChangeLog
--- ChangeLog 21 Feb 2005 17:44:41 -0000 1.2095
+++ ChangeLog 22 Feb 2005 09:48:34 -0000
@@ -1,3 +1,11 @@
+2005-02-22 Mengjie Yu <meng-jie yu sun com>
+
+ * htmlengine-edit-cut-and-paste.c: (insert_empty_paragraph):
+ emit the object_inserted signal when inserting an empty
+ paragraph.
+
+ Fixes #72845
+
2005-02-21 Radek Doulik <rodo novell com>
* htmltextslave.c (html_text_slave_get_glyph_item_at_offset): add
Index: htmlengine-edit-cut-and-paste.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/htmlengine-edit-cut-and-paste.c,v
retrieving revision 1.106
diff -u -p -r1.106 htmlengine-edit-cut-and-paste.c
--- htmlengine-edit-cut-and-paste.c 3 Feb 2005 17:18:43 -0000 1.106
+++ htmlengine-edit-cut-and-paste.c 22 Feb 2005 09:49:14 -0000
@@ -1195,6 +1195,7 @@ insert_empty_paragraph (HTMLEngine *e, H
html_undo_level_end (e->undo);
html_engine_thaw (e);
+ g_signal_emit_by_name (e->widget, "object_inserted", 0, 0);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]