Francois Gouget : testbot/web: VMs have no MemSize property.

Alexandre Julliard julliard at winehq.org
Mon Oct 22 13:12:42 CDT 2012


Module: tools
Branch: master
Commit: 0911ce5a1574c208381ef977275a24d2b104ac4e
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=0911ce5a1574c208381ef977275a24d2b104ac4e

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Oct 22 12:14:44 2012 +0200

testbot/web: VMs have no MemSize property.

---

 testbot/web/admin/VMsList.pl |    3 +--
 1 files changed, 1 insertions(+), 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




More information about the wine-cvs mailing list