Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 21287: /trunk/gtk/ /trunk/gtk/: decode_as_dlg.c

Date: Fri, 30 Mar 2007 22:14:34 GMT
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