Wireshark-commits: [Wireshark-commits] master 95f4718: Qt: fix loading of profile by command line
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 May 2016 14:19:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=95f47187c7381e47883b5c095ca38d8fcecd1269
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

95f4718 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: fix loading of profile by command line
    
    recent_read_static() must be called before processing the -C option
    as it will select the last profile used.
    While we are at it, add a missing profile_store_persconffiles(FALSE) call
    to match what is done in GTK based UI
    
    Bug: 12425
    Change-Id: I9cfdca3ed25f0ed97535178973e3f0427b9ad2b1
    Reviewed-on: https://code.wireshark.org/review/15371
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  b5cbbc5   s7comm: block/file up-/download redesign
    adds  95f4718   Qt: fix loading of profile by command line


Summary of changes:
 wireshark-qt.cpp |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)