Este commit está contenido en:
guinux 2016-03-15 09:27:35 +01:00
padre bb6f38b4f4
commit f7be6e1e88
Se han modificado 2 ficheros con 9 adiciones y 3 borrados

Ver fichero

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
const string VERSION = "3.2.0";
const string VERSION = "3.2.1";
namespace Pamac {

Ver fichero

@ -1176,12 +1176,18 @@ namespace Pamac {
}
void on_refresh_finished (bool success) {
database_modified = true;
this.success = success;
clear_lists ();
if (success) {
finish_transaction ();
// database is modified
alpm_utils.reload ();
finished (success);
if (mode == Mode.UPDATER) {
progress_dialog.hide ();
}
success = false;
} else {
database_modified = true;
handle_error (get_current_error ());
}
previous_filename = "";