Try to fix last commit

This commit is contained in:
Philip 2015-03-11 20:41:57 +01:00
parent 847a6bc559
commit 43e1042e09
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ namespace Pamac {
}
private bool check_pacman_running () {
var lockfile = File.new_for_path ("/var/lib/pacman/db.lck");
var lockfile = GLib.File.new_for_path ("/var/lib/pacman/db.lck");
if (locked) {
if (lockfile.query_exists () == false) {
locked = false;