GNOME Bugzilla – Bug 613623
GNOME Goal: Remove deprecated GLib symbols
Last modified: 2011-04-27 21:01:24 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib
The only deprecated Glib symbol is g_win32_get_package_installation_subdirectory(): libplanner/mrp-paths-win32.c: glade_dir = g_win32_get_package_installation_subdirectory (NULL, NULL, GLADEDIR); libplanner/mrp-paths-win32.c: image_dir = g_win32_get_package_installation_subdirectory (NULL, NULL, IMAGEDIR); libplanner/mrp-paths-win32.c: plugin_dir = g_win32_get_package_installation_subdirectory (NULL, NULL, PLUGINDIR); libplanner/mrp-paths-win32.c: dtd_dir = g_win32_get_package_installation_subdirectory (NULL, NULL, DTDDIR); libplanner/mrp-paths-win32.c: stylesheet_dir = g_win32_get_package_installation_subdirectory (NULL, NULL, STYLESHEETDIR); libplanner/mrp-paths-win32.c: ui_dir = g_win32_get_package_installation_subdirectory (NULL, NULL, UIDIR); libplanner/mrp-paths-win32.c: storagemodule_dir = g_win32_get_package_installation_subdirectory (NULL, NULL, STORAGEMODULEDIR); libplanner/mrp-paths-win32.c: file_modules_dir = g_win32_get_package_installation_subdirectory (NULL, NULL, FILEMODULEDIR); libplanner/mrp-paths-win32.c: sql_dir = g_win32_get_package_installation_subdirectory (NULL, NULL, SQLDIR); libplanner/mrp-paths-win32.c: locale_dir = g_win32_get_package_installation_subdirectory (NULL, NULL, GNOMELOCALEDIR); src/planner-main.c: filename = g_win32_get_package_installation_subdirectory (NULL, NULL, "share/icons");
Created attachment 172562 [details] [review] fixes the bug This should fix the bug. However, I don't have Windows so I can't compile a windows version to check if it breaks build or anything. If anyone could test this before I push it, it would be great.
Any news about this ? GTK 3 is already out.
Fixed by http://git.gnome.org/browse/planner/commit/?id=896c594e63155a11f7e195e6e8274c134d22bcc2