http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21287
User: sfisher
Date: 2007/03/30 10:14 PM
Log:
Fix "Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertion
`selection->type != GTK_SELECTION_MULTIPLE' failed" error when
opening the User Specified Decodes with multiple decodes setup.
The problem is caused by the selection mode for the list being
set to multiple. I changed it to none so that the user doesn't
get the false impression that you can select only certain items
and clear them (the clear button clears them all).
Directory: /trunk/gtk/
Changes Path Action
+1 -1 decode_as_dlg.c Modified