GNOME Bugzilla – Bug 693645
[Metabug] Forms do not work properly
Last modified: 2018-05-22 14:58:47 UTC
Adding this as a metabug, so other forms bug can depend on this one. Also, patches related to forms can be attached here. Attaching a trivial patch fixing a typo when connecting to the focus-out-event signal for multiline text fields
Created attachment 235772 [details] [review] Fix connection on multiline text fields
Review of attachment 235772 [details] [review]: Thanks. ::: libview/ev-view.c @@ +2247,3 @@ } + g_signal_connect( text, "focus-out-event", Could you please fix the style issue now that you are modifying this line? It should be g_signal_connect (text, "focus-out-event",
Review of attachment 235772 [details] [review]: Of course
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/evince/issues/328.