Wireshark-commits: [Wireshark-commits] master 5e3a8fa: Work around an apparent bug in GtkFileChoose
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 3 Sep 2014 21:58:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e3a8fa85201b7f886ad41b85e6cf8c9eca4a978
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5e3a8fa 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
    Bug: 10434
    Reviewed-on: https://code.wireshark.org/review/3977
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  3582029   RPKI RTR: Add support draft-ietf-sidr-rpki-rtr-rfc6810-bis-01
    adds  5e3a8fa   Work around an apparent bug in GtkFileChooserButton.


Summary of changes:
 ui/gtk/uat_gui.c |   12 ++++++++++++
 1 file changed, 12 insertions(+)