HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #851564
Feature #637944: New gtk3x-client
gtk3x: Replace deprecated gtk_box_pack_start() calls
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Gtk-3.96 drops gtk_box_pack_start()
History
#1
Updated by Marko Lindqvist over 2 years ago
- File 0003-gtk3x-Replace-gtk_box_pack_start-calls-with-gtk_box_.patch 0003-gtk3x-Replace-gtk_box_pack_start-calls-with-gtk_box_.patch added
- Status changed from In Progress to Resolved
#2
Updated by Marko Lindqvist over 2 years ago
- Status changed from Resolved to In Progress
Typo:
../../../../src/client/gui-gtk-4.0/gamedlgs.c:421:3: error: implicit declaration of function ‘gtk_box_inser_child_after’; did you mean ‘gtk_box_insert_child_after’? [-Werror=implicit-function-declaration]
421 | gtk_box_inser_child_after(GTK_BOX(content), rates_gov_label, NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~
| gtk_box_insert_child_after
#3
Updated by Marko Lindqvist over 2 years ago
- File 0002-gtk3x-Replace-gtk_box_pack_start-calls-with-gtk_box_.patch 0002-gtk3x-Replace-gtk_box_pack_start-calls-with-gtk_box_.patch added
- Status changed from In Progress to Resolved
Typo fixed
#4
Updated by Marko Lindqvist almost 2 years ago
It's time to switch to gtk-3.96. Will push related patches soon. Consider final review period for this patch to start now.
#5
Updated by Marko Lindqvist almost 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist