[Bug 47540] Remove deprecated method g_thread_init

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 20 13:32:37 CET 2012


https://bugs.freedesktop.org/show_bug.cgi?id=47540

Alvaro Soliverez <alvaro.soliverez at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Alvaro Soliverez <alvaro.soliverez at collabora.co.uk> 2012-03-20 05:32:37 PDT ---
commit bcd37858f4b36c3123919d80200f77deeb0b8db3
Author: Alvaro Soliverez <alvaro.soliverez at collabora.co.uk>
Date:   Mon Mar 19 21:01:12 2012 -0300

    g_thread_init() is deprecated but still needed in GLib 2.30 and older.
    Salut calls g_type_init(), which implies g_thread_init(NULL), and
    depends on GLib 2.24, so it doesn't need to initialize threads
    explicitely. Therefore, it is safe to remove the call in this case

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list