GNOME Bugzilla – Bug 634882
Usage of deprecated GLib API (g_source_get_current_time)
Last modified: 2010-11-15 15:24:10 UTC
Created attachment 174490 [details] [review] Fix the gtk_tool_item_group_get_animation_timestamp in gtk/gtktoolitemgroup.c Hi, in gtk/gtktoolitemgroup.c, g_source_get_current_time (deprecated in GLib 2.27.3) is being used in gtk_tool_item_group_get_animation_timestamp, so one can fix this either by not defining G_DISABLE_DEPRECATED during compilation or fix the function. The following is my proposed patch, for GLib 2.27.3 and later. Please let me know of any comments. Thanks
*** Bug 634277 has been marked as a duplicate of this bug. ***
Comment on attachment 174490 [details] [review] Fix the gtk_tool_item_group_get_animation_timestamp in gtk/gtktoolitemgroup.c Thanks for the patch; committed with some modifications in commit d0fb9f601441b5646f936966ecb9f3d74c842628 Please, use git format-patch next time to generate the patch. Take a look here: http://live.gnome.org/Git/CommitMessages