GNOME Bugzilla – Bug 696971
Gtk ColorButton get_rgba requires two arguments in Python (incorrect introspection annotation?)
Last modified: 2014-01-08 18:33:14 UTC
In Pitivi, creating a gtk color button and doing the_widget.get_rgba() Gives you this Traceback with pygobject 3.8:
+ Trace 231704
return info.invoke(*args, **kwargs)
The only thing that happened recently is bug 687633
I cannot reproduce this with a simple example: from gi.repository import Gtk b = Gtk.ColorButton() b.get_rgba() <Gdk.Color(red=0.000000, green=0.000000, blue=0.000000, alpha=1.000000)>
*** This bug has been marked as a duplicate of bug 687633 ***