Skip to content
Snippets Groups Projects
Commit 55b2c991 authored by Philip Müller's avatar Philip Müller
Browse files

[mirrors_config] fix value

parent 75aa4c6d
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
namespace Pamac { namespace Pamac {
class MirrorsConfig { class MirrorsConfig {
Transaction transaction; public Transaction transaction;
AlpmPackage pkg = transaction.find_installed_satisfier ("pacman-mirrors"); AlpmPackage pkg = transaction.find_installed_satisfier ("pacman-mirrors");
string conf_path; string conf_path;
GLib.List<string> _countries ; GLib.List<string> _countries ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment