mention which GTK should be fixed

This commit is contained in:
Nikos Kouremenos 2005-05-20 22:41:39 +00:00
parent aafcbd55ce
commit f06cd21fd1
1 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
## Advanced configuration window
## src/advanced.py
##
## Gajim Team:
## - Yann Le Boulanger <asterix@lagaule.org>
@ -114,7 +114,8 @@ class Advanced_configuration_window:
col = treeview.insert_column_with_attributes(-1, _('Value'),
renderer_text, text = 1)
#col.set_resizable(True) seems like a GTK+ bug DO NOT REMOVE
#col.set_resizable(True) DO NOT REMOVE
# GTK+ bug http://bugzilla.gnome.org/show_bug.cgi?id=304139
col.set_max_width(250)
renderer_text = gtk.CellRendererText()