forked from cromer/pamac-classic
Merge branch 'master' of https://github.com/manjaro/pamac
This commit is contained in:
commit
86f7f243e9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user