recollindex: Fix param name downloadsdir -> webdownloadsdir. Fixes recollfirefox sourceforge Issue #9
This commit is contained in:
parent
f51a4f4bc9
commit
718019ba88
@ -347,7 +347,7 @@ bool runWebFilesMoverScript(RclConfig *config)
|
|||||||
{
|
{
|
||||||
static string downloadsdir;
|
static string downloadsdir;
|
||||||
if (downloadsdir.empty()) {
|
if (downloadsdir.empty()) {
|
||||||
if (!config->getConfParam("downloadsdir", downloadsdir)) {
|
if (!config->getConfParam("webdownloadsdir", downloadsdir)) {
|
||||||
downloadsdir = path_tildexpand("~/Downloads");
|
downloadsdir = path_tildexpand("~/Downloads");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user