[Freeciv-tickets] [freeciv] #43330: gtk3x: Get rid of gtk_widget_destroy() calls

Back to archive index
OSDN Ticket System norep****@osdn*****
Sat Dec 4 14:49:45 JST 2021


#43330: gtk3x: Get rid of gtk_widget_destroy() calls

  Open Date: 2021-12-04 07:36
Last Update: 2021-12-04 07:49

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

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

Last Changes/Comment on this Ticket:
2021-12-04 07:49 Updated by: cazfi
 * Resolution Update from None to Accepted


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

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

Ticket details:

gtk-3.98.3 drops gtk_widget_destroy(). We've already got rid of number of calls in specific situations, where it was not trivial change, but the bulk of the gtk_widget_destroy() call removals should happen in this ticket. In most cases it's just replacing the call with gtk_window_destroy(), as the remaining callers are trying to destroy a window.

-- 
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/43330
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43330



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