After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 167380 - Cannot create FontSelectionDialog
Cannot create FontSelectionDialog
Status: RESOLVED FIXED
Product: Gazpacho
Classification: Deprecated
Component: widget support
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gazpacho Maintainer(s)
Gazpacho Maintainer(s)
Depends on: 161177
Blocks:
 
 
Reported: 2005-02-14 19:39 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2005-07-18 21:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johan (not receiving bugmail) Dahlin 2005-02-14 19:39:02 UTC
It is not possible to create a GtkFontSelectionDialog, when you try, the
following traceback will be printed:

Traceback (most recent call last):
  • File "/home/jdahlin/dev/sicem/gazpacho/gazpacho/application.py", line 692 in _palette_button_clicked
    self._command_manager.create(klass, None, self._project)
  • File "/home/jdahlin/dev/sicem/gazpacho/gazpacho/command.py", line 84 in create
    widget = Widget(klass, project, interactive=interactive)
  • File "/home/jdahlin/dev/sicem/gazpacho/gazpacho/widget.py", line 148 in __init__
    widget = klass.type()
TypeError: gtk.FontSelectionDialog.__init__() takes exactly 1 argument (0 given)

Comment 1 Lorenzo Gil Sanchez 2005-04-06 20:12:05 UTC
Same problem as in http://bugzilla.gnome.org/show_bug.cgi?id=167379
Comment 2 Johan (not receiving bugmail) Dahlin 2005-07-18 21:54:00 UTC
Fixed.