GNOME Bugzilla – Bug 575021
Remove deprecated GTK+ and Glib symbols
Last modified: 2009-03-13 18:50:53 UTC
Glib: http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib g_win32_get_package_installation_subdirectory Gtk+: http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/GTK%2B GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST, GTK_CHECK_CLASS_TYPE, GTK_CHECK_GET_CLASS, GTK_CHECK_TYPE, GtkType For potential patch contributors: http://library.gnome.org
CCing Armin about the win32 stuff. Armin, see the deprecation advice here, please: http://library.gnome.org/devel/glib/stable/glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-subdirectory
The rest is fixed by this commit: 2009-03-12 Murray Cumming <murrayc@murrayc.com> * glom/utility_widgets/adddel/eggcolumnchooser/: Copy a newer version from libegg, which already fixed the use of deprecated GTK+ macros. * glom/utility_widgets/flowtable.cc: * glom/utility_widgets/flowtable.h: child_type_vfunc(): Use GType instead of deprecated GtkType. This mostly fixes bug #575021 (André Klapper).
This commit removes the use of g_win32_get_package_installation_subdirectory(): 2009-03-13 Armin Burgmeier <armin@openismus.com> * glom/dialog_existing_or_new.cc: * libglom/connectionpool_backends/postgres_self.cc: * libglom/glade_utils.h: * glom/main.cc: * glom/mode_design/print_layouts/print_layout_toolbar_button.cc: * glom/utility_widgets/layouttoolbar.cc: * glom/utility_widgets/layouttoolbarbutton.cc: Replaced g_win32_get_package_installation_subdirectory() by g_win32_get_package_installation_directory_of_module() since the former is deprecated. Bug #575021.