Bring back the error message if the sync-exclude.lst file is missing
authorJocelyn Turcotte <jturcotte@woboq.com>
Tue, 24 Jan 2017 16:57:52 +0000 (17:57 +0100)
committerJocelyn Turcotte <jturcotte@woboq.com>
Wed, 25 Jan 2017 22:26:23 +0000 (23:26 +0100)
commit92e86641d1b7cf09d5fda617295b21e6543d3e72
treecaf0e9d81aa81019a4eb22df59ce945955963a3f
parentc8cfb3160efffdcf16a22ec830fd2fc7ae14b070
Bring back the error message if the sync-exclude.lst file is missing

We unconditionnally add the file on startup, but don't check for errors.
During sync we check for errors, but only try loading the file if it
exists.
src/gui/folder.cpp