After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693645 - [Metabug] Forms do not work properly
[Metabug] Forms do not work properly
Status: RESOLVED OBSOLETE
Product: evince
Classification: Core
Component: PDF
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks: 477841 503706 564153 655587 667380 667622 676251 682218 682584 690823
 
 
Reported: 2013-02-12 10:00 UTC by José Aliste
Modified: 2018-05-22 14:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix connection on multiline text fields (778 bytes, patch)
2013-02-12 10:00 UTC, José Aliste
committed Details | Review

Description José Aliste 2013-02-12 10:00:13 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
Comment 1 José Aliste 2013-02-12 10:00:47 UTC
Created attachment 235772 [details] [review]
Fix connection on multiline text fields
Comment 2 Carlos Garcia Campos 2013-02-12 17:32:54 UTC
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",
Comment 3 José Aliste 2013-02-12 17:52:48 UTC
Review of attachment 235772 [details] [review]:

Of course
Comment 4 GNOME Infrastructure Team 2018-05-22 14:58:47 UTC
-- 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.