[Freeciv-tickets] [freeciv] #43289: gtk3x: move_from_container_to_container() lacking GTK_BOX() casts

Back to archive index
OSDN Ticket System norep****@osdn*****
Sun Nov 28 01:52:17 JST 2021


#43289: gtk3x: move_from_container_to_container() lacking GTK_BOX() casts

  Open Date: 2021-11-27 18:42
Last Update: 2021-11-27 18:52

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/43289
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43289

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-11-27 18:52 Updated by: cazfi
 * Resolution Update from None to Accepted


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: (None)
          Type: Bugs
        Status: Open
      Priority: 5 - Medium
     MileStone: 3.1.0
     Component: Gtk4-client
      Severity: 5 - Medium
    Resolution: Accepted
---------------------------------------------------------------------

Ticket details:

gtk3x-client move_from_container_to_container() calls gtk_box_append() and gtk_box_remove() without casting parameter to GTK_BOX(). This causes compile to fail when no longer using the compatibility macro (that does casting of its own) for building with gtk-3.98.3, but one really compiles against gtk-3.98.4.

-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/43289
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43289



More information about the Freeciv-tickets mailing list
Back to archive index