GNOME Bugzilla – Bug 656223
GtkToolShell: Move vfunc default results to default implementations
Last modified: 2011-08-30 13:28:46 UTC
From the patch's commit message: GtkToolShell: Move vfunc default results to default implementations. Otherwise the default values are only used if no vfunc is set, making that default unavailable to vfunc implementations as a fallback, and unavailable to language bindings (such as gtkmm) that always have a vfunc implementation, even if that often only tries to call the base vfunc implemntation. This was making gtkmm's ToolPalette's (and probably ToolBar's) items look like buttons instead of being flat. OK to push?
Created attachment 193493 [details] [review] 0001-GtkToolShell-Move-vfunc-default-results-to-default-i.patch
May I please push this? It's very simple, obviously correct, and it makes a difference to me.
Pushed after Matthias Clasen approved it on irc.