fix style and indentation

This commit is contained in:
scachemaille 2016-08-24 16:46:24 +02:00
parent 649ed1970e
commit 2352ecd926
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ namespace Pamac {
void on_write_mirrors_config_finished (string choosen_country, string choosen_generation_method) {
int index = 0;
string choosen_country_ = dgettext (null, "Worldwide");
if ( choosen_country != "ALL") {
if (choosen_country != "ALL") {
choosen_country_ = choosen_country;
}
mirrors_country_comboboxtext.model.foreach ((model, path, iter) => {