[transaction] fix history dialog to load pacman.log

This commit is contained in:
Philip 2016-05-16 00:47:42 +02:00
parent 2282fa561b
commit 51772e76b3
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ namespace Pamac {
}
public void run_history_dialog () {
var file = GLib.File.new_for_path ("/var/log/pamac.log");
var file = GLib.File.new_for_path ("/var/log/pacman.log");
if (!file.query_exists ()) {
GLib.stderr.printf ("File '%s' doesn't exist.\n", file.get_path ());
} else {