[gnome-boxes] libvirt-machine-properties: Specify type of list content



commit 478ddf985a7e0037749cda6043af4d1ccced7bba
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Jan 30 15:46:40 2013 +0100

    libvirt-machine-properties: Specify type of list content
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688333

 src/libvirt-machine-properties.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index fc8e0fe..7fb83f7 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -344,7 +344,7 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
         } catch (GLib.Error e) {}
     }
 
-    private void add_ram_property (ref List list) {
+    private void add_ram_property (ref List<Boxes.Property> list) {
         try {
             var max_ram = machine.connection.get_node_info ().memory;
 
@@ -445,7 +445,7 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
         App.app.notificationbar.display_for_action (message, Gtk.Stock.YES, (owned) reboot);
     }
 
-    private void add_storage_property (ref List list) {
+    private void add_storage_property (ref List<Boxes.Property> list) {
         if (machine.storage_volume == null)
             return;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]