URL:
  <http://gna.org/patch/?4206>

                 Summary: mpgui_gtk3: g_thread_new()
                 Project: Freeciv
            Submitted by: cazfi
            Submitted on: Sat 21 Sep 2013 04:18:17 AM EEST
                Category: module installer
                Priority: 5 - Normal
                  Status: Ready For Test
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 2.5.0, 2.6.0

    _______________________________________________________

Details:

There's call to deprecated g_thread_create() in mpgui_gtk3.c. It can be
replaced with g_thread_new() introduced in glib-2.32.0. Even in S2_5 we have
gtk3 version 3.4.0 as minimum requirement, and that in turn has glib-2.32.0 as
it's minimum requirement, so we are guaranteed to always have g_thread_new()
available without adding any new requirements. In trunk our gtk3 requirement
is 3.6.0, which in turn means glib-2.36.0 as requirement.

Patches attached.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 21 Sep 2013 04:18:17 AM EEST  Name: GThreadNew.patch  Size: 2kB  
By: cazfi

<http://gna.org/patch/download.php?file_id=19061>
-------------------------------------------------------
Date: Sat 21 Sep 2013 04:18:17 AM EEST  Name: GThreadNew-S2_5.patch  Size:
611B   By: cazfi

<http://gna.org/patch/download.php?file_id=19062>

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?4206>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to