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 692285 - Use g_unix_signal_add() instead of custom implementation
Use g_unix_signal_add() instead of custom implementation
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: Kerberos
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-01-22 12:16 UTC by Stef Walter
Modified: 2013-01-22 13:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use g_unix_signal_add() instead of custom implementation (7.71 KB, patch)
2013-01-22 12:16 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2013-01-22 12:16:19 UTC
Use the standard g_unix_signal_add() code instead of a custom
    implementation. This is available in glib 2.30 and later.
Comment 1 Stef Walter 2013-01-22 12:16:21 UTC
Created attachment 234099 [details] [review]
Use g_unix_signal_add() instead of custom implementation

Use the standard g_unix_signal_add() code instead of a custom
implementation. This is available in glib 2.30 and later.
Comment 2 Debarshi Ray 2013-01-22 13:25:00 UTC
Comment on attachment 234099 [details] [review]
Use g_unix_signal_add() instead of custom implementation

Thanks for the patch!