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 667527 - shell: Stop calling deprecated g_thread_init()
shell: Stop calling deprecated g_thread_init()
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: shell
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-09 10:15 UTC by Vincent Untz
Modified: 2012-01-09 11:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
shell: Stop calling deprecated g_thread_init() (728 bytes, patch)
2012-01-09 10:15 UTC, Vincent Untz
none Details | Review
shell: Stop calling deprecated g_thread_init() (1.17 KB, patch)
2012-01-09 11:17 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2012-01-09 10:15:56 UTC
glib now does all this automatically for us.
Comment 1 Vincent Untz 2012-01-09 10:15:58 UTC
Created attachment 204854 [details] [review]
shell: Stop calling deprecated g_thread_init()
Comment 2 Bastien Nocera 2012-01-09 10:26:17 UTC
Need to up the glib dep though.
Comment 3 Vincent Untz 2012-01-09 11:17:07 UTC
Created attachment 204855 [details] [review]
shell: Stop calling deprecated g_thread_init()

Good point, let's bump dependency to 2.31.0.
Comment 4 Bastien Nocera 2012-01-09 11:23:53 UTC
Attachment 204855 [details] pushed as f4bcd50 - shell: Stop calling deprecated g_thread_init()