[AppDB] browse apps: Add support for only showing downloadable apps

Chris Morgan chmorgan at gmail.com
Sun Jun 15 10:41:38 CDT 2008


Why return an empty string here? We should have some documentation on
this getFilter() function and some documentation on why we would be
returning '' in the case of a boolean filter option.

@@ -74,6 +74,9 @@ class Filter

     public function getFilter()
     {
+        if($this->iType == FILTER_OPTION_BOOL)
+            return '';
+


Chris






On Sun, Jun 15, 2008 at 6:00 AM, Alexander Nicolaysen Sørnes
<alex at thehandofagony.com> wrote:
> Now we can remove the 'downloadable apps' page, which will be done by the next
> patch.
>



More information about the wine-patches mailing list