forked from cromer/pamac-classic
[transaction] fix history dialog to load pacman.log
This commit is contained in:
parent
2282fa561b
commit
51772e76b3
@ -197,7 +197,7 @@ namespace Pamac {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void run_history_dialog () {
|
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 ()) {
|
if (!file.query_exists ()) {
|
||||||
GLib.stderr.printf ("File '%s' doesn't exist.\n", file.get_path ());
|
GLib.stderr.printf ("File '%s' doesn't exist.\n", file.get_path ());
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user