After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 613623 - GNOME Goal: Remove deprecated GLib symbols
GNOME Goal: Remove deprecated GLib symbols
Status: RESOLVED FIXED
Product: planner
Classification: Other
Component: General
0.14.x
Other All
: Normal normal
: ---
Assigned To: Alexandre Franke
planner-maint
cleanup
Depends on:
Blocks: 560423
 
 
Reported: 2010-03-22 18:51 UTC by Alexandre Franke
Modified: 2011-04-27 21:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes the bug (5.35 KB, patch)
2010-10-17 19:14 UTC, Alexandre Franke
committed Details | Review

Description Alexandre Franke 2010-03-22 18:51:51 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib
Comment 1 Javier Jardón (IRC: jjardon) 2010-04-05 15:56:09 UTC
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");
Comment 2 Alexandre Franke 2010-10-17 19:14:54 UTC
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.
Comment 3 Luis Menina 2011-04-26 13:36:56 UTC
Any news about this ? GTK 3 is already out.