[gnome-boxes] don't destroy boxes on reboot
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] don't destroy boxes on reboot
- Date: Wed, 23 Nov 2011 23:04:43 +0000 (UTC)
commit a92f7bbaefbb3428f1da4060a003e94a8dd6930c
Author: Tom Goralczyk <maido in heaven gmail com>
Date: Wed Nov 23 20:52:58 2011 +0000
don't destroy boxes on reboot
https://bugzilla.gnome.org/show_bug.cgi?id=664676
src/vm-creator.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vm-creator.vala b/src/vm-creator.vala
index 30c54d8..c95c158 100644
--- a/src/vm-creator.vala
+++ b/src/vm-creator.vala
@@ -85,7 +85,7 @@ private class Boxes.VMCreator {
" </features>\n" +
" <clock offset='" + clock_offset + "'/>\n" +
" <on_poweroff>destroy</on_poweroff>\n" +
- " <on_reboot>destroy</on_reboot>\n" +
+ " <on_reboot>restart</on_reboot>\n" +
" <on_crash>destroy</on_crash>\n" +
" <devices>\n" +
" <disk type='file' device='disk'>\n" +
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]