masneyb / gftp

gFTP is a free multithreaded file transfer client for *NIX based machines. 56 language translations available.
http://www.gftp.org
MIT License
116 stars 21 forks source link

gtk_image_new_from_stock is deprecated #166

Closed sedwards closed 1 year ago

sedwards commented 1 year ago

Replace with gtk_image_new_from_icon_name() to remain forward compatible with gtk 3.10+

This will make us backward 2.x and (mostly) forward compatible with gtk4.x. The API syntax changed a bit in the 4.x line, but we could deal with that.