[gnome-boxes] libvirt-machine-props: Remove a bogus warning



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]