Package: python-gtk2
Version: 2.4.1-2
Severity: important
The 'OK' and 'Cancel' buttons don't appear when using
FileChooserDialog().
They are hidden with both manual calling, and libglade importing.
here are a small test program and a screenshot of the result:
#!/usr/bin/env python
import gtk
if __name__ == "__main__":
dialog = gtk.FileChooserDialog()
dialog.run()
http://kassoulet.free.fr/misc/python-gtk2_bug.jpg
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages python-gtk2 depends on:
ii python2.3-gtk2 2.4.1-2 Python bindings for the GTK+ widge
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]