Alexander Nicolaysen Sørnes : vendor: Fix application list

Chris Morgan cmorgan at winehq.org
Wed Dec 19 20:03:30 CST 2007


Module: appdb
Branch: master
Commit: 52cd2fc55dd39821578dfb1dd33a9b432c140f3d
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=52cd2fc55dd39821578dfb1dd33a9b432c140f3d

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Wed Dec 19 14:36:52 2007 +0100

vendor: Fix application list

---

 include/vendor.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vendor.php b/include/vendor.php
index 6e7b061..224e885 100644
--- a/include/vendor.php
+++ b/include/vendor.php
@@ -378,7 +378,7 @@ class Vendor {
             {
                 $oApp  = new Application($iAppId);
 
-                if($oApp->sQueued == "false")
+                if($oApp->objectGetState() == 'accepted')
                     echo '<li>'.$oApp->objectMakeLink().'</li>',"\n";
             }
             echo '</ol>',"\n";




More information about the wine-cvs mailing list