GNOME Bugzilla – Bug 604859
Add Since: 2.4 tags to a few functions
Last modified: 2009-12-18 20:03:47 UTC
Created attachment 149942 [details] [review] Add Since: 2.4 tags to gtk_bindings_activate_event, gtk_window_propagate_key_event and gtk_window_activate_key This patch adds Since: 2.4 tags to gtk_bindings_activate_event, gtk_window_propagate_key_event and gtk_window_activate_key.
Review of attachment 149942 [details] [review]: The patch looks good to me, waiting for maintainer aproval
Review of attachment 149942 [details] [review]: ::: gtk/gtkwindow.c @@ +5124,1 @@ **/ You can remove the second '*' here @@ +8211,1 @@ **/ You can remove the second '*' here
Looks good to commit, with or without the extra '*'s stripped (I personally hate them, but fighting them adds noise to git history...
Comment on attachment 149942 [details] [review] Add Since: 2.4 tags to gtk_bindings_activate_event, gtk_window_propagate_key_event and gtk_window_activate_key commit 0addda20289c46e7b295000dfd46881492106710 I've finally removed the second '*'
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you Torsten for your bug report. PD: I'd suggest you to use the git format-patch command next time: take a look here: http://live.gnome.org/GnomeLove/SubmittingPatches