[gnome-boxes/gnome-3-8] vm-configurator: Add a sanity check
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/gnome-3-8] vm-configurator: Add a sanity check
- Date: Mon, 29 Jul 2013 17:21:54 +0000 (UTC)
commit 6487128e3e47c8e3f01ea8c17ad555dc4071e6ea
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Jun 5 04:19:15 2013 +0300
vm-configurator: Add a sanity check
https://bugzilla.gnome.org/show_bug.cgi?id=690757
src/vm-configurator.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/vm-configurator.vala b/src/vm-configurator.vala
index 8e8cc67..fe14e39 100644
--- a/src/vm-configurator.vala
+++ b/src/vm-configurator.vala
@@ -340,6 +340,7 @@ private class Boxes.VMConfigurator {
InstallerMedia? install_media,
uint num_reboots = 0,
bool installed = false) {
+ return_if_fail (install_media != null || installed);
string custom_xml;
if (installed)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]