force refresh after generate mirrorslist

This commit is contained in:
guinux 2015-03-07 09:39:51 +01:00
parent ea147d52dd
commit 16453a214d
1 changed files with 2 additions and 1 deletions

View File

@ -1375,7 +1375,8 @@ namespace Pamac {
void on_generate_mirrorlist_finished () {
Source.remove (pulse_timeout_id);
spawn_in_term ({"echo"});
start_refresh (0);
// force a dbs refresh
start_refresh (1);
}
void connecting_dbus_signals () {