stop the download of .files databases

This commit is contained in:
2017-11-10 22:57:50 -03:00
parent 00f4092ee4
commit 6f15fc63c4
3 changed files with 4 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ namespace Pamac {
alpm_handle.totaldlcb = (Alpm.TotalDownloadCallBack) cb_totaldownload;
alpm_handle.logcb = (Alpm.LogCallBack) cb_log;
lockfile = GLib.File.new_for_path (alpm_handle.lockfile);
files_handle = alpm_config.get_handle (true);
files_handle = alpm_config.get_handle (false, true);
files_handle.eventcb = (Alpm.EventCallBack) cb_event;
files_handle.progresscb = (Alpm.ProgressCallBack) cb_progress;
files_handle.questioncb = (Alpm.QuestionCallBack) cb_question;