[gnome-boxes/wip/clone: 6/16] libvirt-machine: Notify changes to 'importing' property



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

    libvirt-machine: Notify changes to 'importing' property

 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 9d7f471..62caece 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]