GNOME Bugzilla – Bug 85763
clist selection mode error
Last modified: 2004-12-22 21:47:04 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.
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)