[gnome-boxes] libvirt-machine-props: Remove a bogus warning
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] libvirt-machine-props: Remove a bogus warning
- Date: Fri, 28 Feb 2014 00:35:05 +0000 (UTC)
commit 9af24baaa71daa9e3e92adcd240e3ed3ce4e3fb7
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Feb 28 00:35:48 2014 +0000
libvirt-machine-props: Remove a bogus warning
src/libvirt-machine-properties.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index 3166bee..bdee89c 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -498,7 +498,6 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
if (disk != null)
disk.resize (value, 0);
} else
- // Currently this never happens as properties page cant be reached without starting the
machine
machine.storage_volume.resize (value, StorageVolResizeFlags.NONE);
debug ("Storage changed to %llu", value);
} catch (GLib.Error error) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]