GNOME Bugzilla – Bug 669386
[PATCH] Fix output parameter of Gtk.ColorButton.get_rgba
Last modified: 2012-03-06 22:28:10 UTC
Created attachment 206805 [details] [review] Fix output parameter of Gtk.ColorButton.get_rgba http://developer.gnome.org/gtk3/unstable/GtkColorButton.html#gtk-color-button-get-rgba
Review of attachment 206805 [details] [review]: Thanks for the patch. We prefer it as return value: Gdk.RGBA get_rgba ();
Created attachment 206867 [details] [review] Fix output parameter of Gtk.ColorButton.get_rgba Didn't know you could do that :)
Review of attachment 206867 [details] [review]: Thanks for the patch.