1. FixDeprecatedAPIs
This is a little side-project to fix up all the use of deprecated APIs in the GNOME project.
Currently being led by:
- kmaraas
2. GNOME About
- People should be using gtk_about_new() rather than gnome_about_new ()
2.1. Projects that Need Fixing
- TBD
3. const UIManager
- The actions array should be const
3.1. Projects that Need Fixing
- TBD
4. gnome_i18n_get_language
- Should be using g_get_language_list
4.1. Projects that Need Fixing
- TBD