https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3126
Summary: preference dialog always triggers a re-dissect and
doesn't update the expert info icon
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: All
Status: NEW
Severity: Trivial
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: dgautheron@xxxxxxxx
didier gautheron <dgautheron@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2569| |review_for_checkin?
Flag| |
Created an attachment (id=2569)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2569)
ifdef gtk_tree_selection_select_iter first display column in preference dialog
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
- The preference dialog always triggers a re-dissect because the columns
selects the first column which emits a "changed" signal. Workaround #ifdef the
gtk_tree_selection_select_iter() call.
- A preference/decode as,... can change the expert info level, from error to
warn for example, but re-dissect doesn't update it.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.