Wireshark-commits: [Wireshark-commits] master-2.0 9051613: Qt: store the absolute path names of rec

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 9 Dec 2015 14:32:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9051613275964aa5c2db8a96ace624c2263a648f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

9051613 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Qt: store the absolute path names of recent files.
    
    That way you can still open a file you recently opened (which was in your pwd)
    even if you happen to change directories (as shell-prompt-dwellers such as
    myself are wont to do).
    
    (The Gtk GUI already stores absolute paths.)
    
    Change-Id: If29bcc25d680825c659f8eb4f13b108764029652
    Reviewed-on: https://code.wireshark.org/review/12483
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit eb9d7ebb20976a57ba9693f5f7b5277675849471)
    Reviewed-on: https://code.wireshark.org/review/12486
    

Actions performed:

    from  c9e8b87   androiddump: fix crash on Windows when running in verbose mode
    adds  9051613   Qt: store the absolute path names of recent files.


Summary of changes:
 ui/qt/wireshark_application.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)