Wireshark-commits: [Wireshark-commits] master cc614a9: qt: fix button state when cancelling save
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 24 Jun 2015 21:26:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cc614a93d80eb6472e00e1ba65aff3d18eb7c3a8
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cc614a9 by Evan Huus (eapache@xxxxxxxxx):

    qt: fix button state when cancelling save
    
    If the user decides not to capture after all, by hitting cancel when prompted
    for their unsaved changes, we have to manually uncheck the button again because
    Qt helpfully checks it for us.
    
    Bug: 11145
    Change-Id: I362d72787ddb138d382a899d091698c6652eebb2
    Reviewed-on: https://code.wireshark.org/review/9102
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  1f0226c   dumpcap: fix files capture autostop condition
    adds  cc614a9   qt: fix button state when cancelling save


Summary of changes:
 ui/qt/main_window_slots.cpp |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)