testbot/web: VMs have no MemSize property.

Francois Gouget fgouget at codeweavers.com
Mon Oct 22 05:14:44 CDT 2012


---
 testbot/web/admin/VMsList.pl |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testbot/web/admin/VMsList.pl b/testbot/web/admin/VMsList.pl
index 7c94882..05a89e2 100644
--- a/testbot/web/admin/VMsList.pl
+++ b/testbot/web/admin/VMsList.pl
@@ -41,8 +41,7 @@ sub DisplayProperty
   my $PropertyName = $PropertyDescriptor->GetName();
 
   return $PropertyName eq "Name" || $PropertyName eq "Bits" ||
-         $PropertyName eq "MemSize" || $PropertyName eq "Status" ||
-         $PropertyName eq "Description";
+         $PropertyName eq "Status" || $PropertyName eq "Description";
 }
 
 sub SortKeys
-- 
1.7.10.4



More information about the wine-patches mailing list