ChangeSet ID: 19679
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/08/20 22:50:39
Modified files:
include : version.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Fix two other places where $iVersionId was used instead of $this->iVersionId, one in the reject path and another in the delete path
Patch: http://cvs.winehq.org/patch.py?id=19679
Old revision New revision Changes Path
1.30 1.31 +2 -2 appdb/include/version.php
ChangeSet ID: 19678
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/08/20 21:07:41
Modified files:
include : version.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Fix access of $iVersion inside of version class that should have been $this->iVersion
Patch: http://cvs.winehq.org/patch.py?id=19678
Old revision New revision Changes Path
1.29 1.30 +2 -2 appdb/include/version.php
ChangeSet ID: 19670
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/19 08:58:22
Modified files:
dlls/user : scroll.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Fix wrong structure size check in GetScrollBarInfo().
GetScrollBarInfo() failed when SCROLL_GetScrollBarRect() returned
FALSE - however, this is the case if the scrollbar is horizontal, and
not an error indicator.
Patch: http://cvs.winehq.org/patch.py?id=19670
Old revision New revision Changes Path
1.13 1.14 +3 -4 wine/dlls/user/scroll.c