[gnome-boxes/gnome-3-20] libvirt-machine: Notify changes to 'importing' property



commit 89de1e98dc2b63dcd49d7e27853e0bff83e5775f
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue May 3 18:32:19 2016 +0100

    libvirt-machine: Notify changes to 'importing' property
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710307

 src/libvirt-machine.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/libvirt-machine.vala b/src/libvirt-machine.vala
index 056ac52..b279518 100644
--- a/src/libvirt-machine.vala
+++ b/src/libvirt-machine.vala
@@ -17,6 +17,7 @@ private class Boxes.LibvirtMachine: Boxes.Machine {
             _vm_creator = value;
             can_delete = !importing;
             under_construction = (value != null && !VMConfigurator.is_live_config (domain_config));
+            notify_property ("importing");
         }
     }
     // If this machine is currently being imported


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