aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-06-21 10:43:21 -0400
committerAnders Broman <a.broman58@gmail.com>2017-06-21 15:23:58 +0000
commita14ef98540af979f0dbc39c728f9fc31a687a16f (patch)
tree3c684da291a7c5c969ef46a1605ada5e3d8e5e64 /wireshark-qt.cpp
parentd60d2c8ca2a525aa2cb0ee132449779b0ecbd9ce (diff)
Qt: Write a list of profile files at startup
This file will contain all personal config files which will be fetched from a profile. Change-Id: I430ca84ccefc17f0e21c8efb93a92602ab8d5661 Reviewed-on: https://code.wireshark.org/review/22303 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index 7e4d597c7a..45cf6a80fb 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -915,6 +915,7 @@ int main(int argc, char *qt_argv[])
g_free(get_persconffile_path("io_graphs", TRUE));
profile_store_persconffiles(FALSE);
+ profile_write_info_file();
ret_val = wsApp->exec();