Ticket #43256

gtk3x: Replace gtk_container_add() calls

오픈 날짜: 2021-11-21 14:49 마지막 업데이트: 2021-11-30 05:59

Reporter:
소유자:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
1

Details

gtk_container_add() is going away in gtk-3.98.4. Replace calls to it in gtk3x-client code with other constructs.

Ticket History (3/6 Histories)

2021-11-21 14:49 Updated by: cazfi
  • New Ticket "gtk3x: Replace gtk_container_add() calls" created
2021-11-21 14:56 Updated by: cazfi
  • Resolution Update from None to Accepted
2021-11-28 00:16 Updated by: cazfi
  • Resolution Update from Accepted to None
댓글 올리기

gtk_box_append() calls added are not casting GTK_BOX() parameters correctly. The backward compatibility macro does casting it needs, so this does not come up with current builds. It affects builds against gtk-3.98.4+

2021-11-28 01:38 Updated by: cazfi
  • Resolution Update from None to Accepted
댓글 올리기

Reply To cazfi

gtk_box_append() calls added are not casting GTK_BOX() parameters correctly. The backward compatibility macro does casting it needs, so this does not come up with current builds. It affects builds against gtk-3.98.4+

Apparently affected calls are not really added by this patch, but are in already.

2021-11-30 05:59 Updated by: cazfi
  • Status Update from Open to Closed
  • 소유자 Update from (None) to cazfi
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login