[gnome-boxes] libvirt-machine: Notify changes to 'importing' property
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] libvirt-machine: Notify changes to 'importing' property
- Date: Wed, 4 May 2016 15:13:44 +0000 (UTC)
commit 061a45e4994345018503a6d6dcd83c8268dfc3f2
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 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]