[gnome-boxes/show-recomended-resources: 2/8] libvirt-machine-properties: Specify type of list content



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

    libvirt-machine-properties: Specify type of list content

 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 bc7c743..871db7c 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -381,7 +381,7 @@ private abstract class Boxes.LibvirtMachineProperties: Boxes.Machine {
         } 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 = connection.get_node_info ().memory;
 
@@ -481,7 +481,7 @@ private abstract class Boxes.LibvirtMachineProperties: Boxes.Machine {
         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 (storage_volume == null)
             return;
 



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