From: Gerhard Sittig Date: Mon, 14 May 2018 18:25:41 +0000 (+0200) Subject: session: apply input format match to interactively loaded files, too X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=a9674d1c8c5ab81b6ea642ce263d2dd316f0e33c;hp=a9674d1c8c5ab81b6ea642ce263d2dd316f0e33c;p=pulseview.git session: apply input format match to interactively loaded files, too Move the format match logic from load_init_file() to load_file(), so that it transparently takes effect on each "opened" file. Users still can choose to "import" files and specify options when required. In the case of lookup miss, sigrok session is assumed as before. This fixes the remainder of bug #1015. ---