GNOME Bugzilla – Bug 723032
Anjuta uses deprecated stock items
Last modified: 2020-11-06 20:22:44 UTC
Many functions in libanjuta currently uses deprecated stock items such as GTK_STOCK_CLOSE. These should be replaced. I will be attaching a patch that replaces some of the code using them.
Created attachment 267242 [details] [review] patch replacing some of the code using deprecated stock items
I replaced various uses of deprecated GtkStock icons with their recommended replacements in the attached patch. This removes the icons in some cases, among them those on the Cancel and OK buttons on the password prompt dialog and on the buttons on the environment variable editor (shown when setting the parameters for running a program) and the libanjuta-provided buttons and entries used for the Git plug-in's various operations. This is in accordance with recommendations in the GTK+ documentation. I did not test whether this really works for the AnjutaTreeComboBox since I did not find something that uses tree combo boxes with an invalid warning, but presumably it does too. Note that this will require various text strings like "_Cancel" to be translated for Anjuta. They can no longer use default translations from GTK+.
bugzilla.gnome.org is being replaced by gitlab.gnome.org. We are closing all old bug reports in Bugzilla which have not seen updates for many years. If you can still reproduce this issue in a currently supported version of GNOME (currently that would be 3.38), then please feel free to report it at https://gitlab.gnome.org/GNOME/anjuta/-/issues/ Thank you for reporting this issue and we are sorry it could not be fixed.