GNOME Bugzilla – Bug 167379
Cannot create ColorSelectionDialog
Last modified: 2005-07-18 21:53:52 UTC
It is not possible to create a GtkColorSelectionDialog, when you try, the following traceback will be printed: Traceback (most recent call last):
+ Trace 55700
self._command_manager.create(klass, None, self._project)
widget = Widget(klass, project, interactive=interactive)
widget = klass.type()
The problem is that we can not use gobject.new to create the widgets and this widget need some parameter in the constructor. There is a bug for that in pygtk
Fixed on trunk, no work around in pygtk required.