This commit is contained in:
guinux 2016-05-17 19:07:08 +02:00
commit 86f7f243e9
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 {