[Commits] htmlviewaccessible.c 1.1.2.2 1.1.2.3
colin at claws-mail.org
colin at claws-mail.org
Sat Oct 22 19:10:11 CEST 2011
Update of /home/claws-mail/plugins/gtkhtml2_viewer/libgtkhtml/a11y
In directory claws-mail:/tmp/cvs-serv535/libgtkhtml/a11y
Modified Files:
Tag: gtk2
htmlviewaccessible.c
Log Message:
2011-10-22 [colin] 0.31.0cvs3
* src/claws.def
* src/gtkhtml2_viewer.c
* libgtkhtml/a11y/htmlviewaccessible.c
* libgtkhtml/layout/html/htmlboxembedded.c
* libgtkhtml/layout/html/htmlboxembeddedentry.c
* libgtkhtml/layout/html/htmlembedded.c
* libgtkhtml/view/htmlview.c
Update following Claws 3.7.10.41
Index: htmlviewaccessible.c
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/libgtkhtml/a11y/Attic/htmlviewaccessible.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- htmlviewaccessible.c 25 Mar 2010 11:06:39 -0000 1.1.2.2
+++ htmlviewaccessible.c 22 Oct 2011 17:10:09 -0000 1.1.2.3
@@ -287,7 +287,7 @@
focus_object = html_view_accessible_get_focus_object (widget, &link_index);
obj = gtk_widget_get_accessible (widget);
- if (gtkut_widget_has_focus (widget)) {
+ if (gtk_widget_has_focus (widget)) {
if (focus_object) {
atk_focus_tracker_notify (focus_object);
g_signal_emit_by_name (focus_object, "link-selected", link_index);
@@ -387,7 +387,7 @@
debug_dump_boxes (view->root, 0, FALSE, NULL);
#endif
- if (view->document->focus_element && gtkut_widget_has_focus (widget))
+ if (view->document->focus_element && gtk_widget_has_focus (widget))
atk_state_set_remove_state (state_set, ATK_STATE_FOCUSED);
return state_set;
More information about the Commits
mailing list