[gnome-boxes] vm-creator: System notification on install completion
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] vm-creator: System notification on install completion
- Date: Tue, 19 May 2015 12:53:00 +0000 (UTC)
commit 91a0f660c597f64ab74a99ef0629cadf32470771
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue May 19 13:43:33 2015 +0100
vm-creator: System notification on install completion
https://bugzilla.gnome.org/show_bug.cgi?id=746751
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 a8b1264..cf4bb8a 100644
--- a/src/vm-creator.vala
+++ b/src/vm-creator.vala
@@ -154,6 +154,7 @@ private class Boxes.VMCreator {
machine.disconnect (state_changed_id);
if (VMConfigurator.is_live_config (machine.domain_config) || !install_trackable ())
machine.info = null;
+ App.app.notify_machine_installed (machine);
machine.vm_creator = null;
machine.schedule_autosave ();
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]