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 85763 - clist selection mode error
clist selection mode error
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.0.x
Other OSF/1
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-06-18 10:27 UTC by Manuel Op de Coul
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Manuel Op de Coul 2002-06-18 10:27:09 UTC
In Gtk 2.0.5 the clist doesn't work properly. In the clist dialog of
testgtk, when the selection mode Single is selected the following
appears:
$ testgtk

(lt-testgtk:16815): Gtk-CRITICAL **: file gtkclist.c: line 1280
(gtk_clist_set_selection_mode): assertion `mode != GTK_SELECTION_NONE'
failed

When Multiple is selected, multiple rows can't be selected, only
a single one, and not unselected. When Browse is selected, a row can still
be unselected. Only with Single a warning is printed.
It seems the mode isn't getting set properly.
Comment 1 Owen Taylor 2002-07-30 20:43:43 UTC
Just a bug in testgtk:

Tue Jul 30 16:36:53 2002  Owen Taylor  <otaylor@redhat.com>

        * tests/testgtk.c: Fix bug in the selection mode option
        menus which were setting the wrong values.
        (#85763, Manuel Op de Coul)