URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=baf8839b2ec5b88f8f72a0a39e771c50e034b0df
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
baf8839 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Work around an apparent bug in GtkFileChooserButton.
It looks like some versions of GTK+ intialize GtkFileChooserButton with a
location set to NULL and crash when you select an item from the dropdown
menu. Make sure we have a valid location set in that case.
Change-Id: If2556ef939b95d8af12581a7116a48fb46586f57
Ping-Bug: 10434
Reviewed-on: https://code.wireshark.org/review/3977
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
(cherry picked from commit 5e3a8fa85201b7f886ad41b85e6cf8c9eca4a978)
Reviewed-on: https://code.wireshark.org/review/3978
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 001338b packet-netflow.c: netflow v9: Allow options template with zero-length scope section
adds baf8839 Work around an apparent bug in GtkFileChooserButton.
Summary of changes:
ui/gtk/uat_gui.c | 12 ++++++++++++
1 file changed, 12 insertions(+)