[gnome-boxes] vm-creator: Autosave VM after express install



commit 72873c7b5012264628592f87a5212c5bf14adac4
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Nov 12 14:09:15 2014 +0000

    vm-creator: Autosave VM after express install
    
    While it doesn't make sense to autosave the VM while express
    installation is going on in it, we should autosave it once express
    installation is finished.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694931

 src/vm-creator.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/vm-creator.vala b/src/vm-creator.vala
index a540141..22c18fc 100644
--- a/src/vm-creator.vala
+++ b/src/vm-creator.vala
@@ -156,6 +156,7 @@ private class Boxes.VMCreator {
             if (VMConfigurator.is_live_config (machine.domain_config) || !install_trackable ())
                 machine.info = null;
             machine.vm_creator = null;
+            machine.schedule_autosave ();
         } else {
             if (VMConfigurator.is_live_config (machine.domain_config) &&
                 machine.state != Machine.MachineState.FORCE_STOPPED) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]