[evolution-patches] Re: Patch fixes #72842 (gtkhtml a11y related)



Hi Mengjie,

On Tue, 2005-02-22 at 18:08 +0800, Mengjie Yu wrote:
                if (!GTK_WIDGET_HAS_FOCUS (w) && !html_object_is_embedded (obj))
                        gtk_widget_grab_focus (w);
-               if (e->caret_mode) {
+
                        html_engine_jump_to_object (e, obj, offset);
no need to jump with cursor, when caret mode is not enabled, right? also please fix indentation.

                        g_signal_emit (GTK_HTML (w), signals [CURSOR_CHANGED], 0);
-               }
+
                return TRUE;
        }

R.



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