Tíquete #43256

gtk3x: Replace gtk_container_add() calls

: 2021-11-21 14:49 Última Atualização: 2021-11-30 05:59

Relator:
Dono:
Tipo:
Estado:
Fechado
Componente:
Marcos:
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Fixed
Arquivo:
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
  • Resolução Update from Nenhum to Accepted
2021-11-28 00:16 Updated by: cazfi
  • Resolução Update from Accepted to Nenhum
Comentário

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
  • Resolução Update from Nenhum to Accepted
Comentário

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
  • Estado Update from Aberto to Fechado
  • Dono Update from (Nenhum) to cazfi
  • Resolução Update from Accepted to Fixed

Editar

Please login to add comment to this ticket » Login