ChangeSet ID: 15209
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/01/04 23:27:30
Modified files:
. : votestats.php
Log message:
Paul van Schayck <polleke(a)gmail.com>
- Fix the per category query. It was showing too many votes in some cases.
- Use query_appdb
Patch: http://cvs.winehq.org/patch.py?id=15209
Old revision New revision Changes Path
1.12 1.13 +20 -8 appdb/votestats.php
ChangeSet ID: 15204
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/04 14:47:20
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
- CustomAction 35 should call SetTargetPath not just set the property.
- TARGETDIR and SOURCEDIR may not be entries 0 in the directory
tables. So when resolving the folder we need to seek them out.
- When we handle SetTargetPath we need to be sure to recalculate the
resulting paths as things with the now set Directory as the parent
will change.
Patch: http://cvs.winehq.org/patch.py?id=15204
Old revision New revision Changes Path
1.60 1.61 +50 -9 wine/dlls/msi/action.c