ChangeSet ID: 17964
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/06 05:04:15
Modified files:
dlls/shell32/tests: shlfolder.c
dlls/shell32 : shlfolder.c brsfolder.c
Log message:
Michael Jung <mjung(a)iss.tu-darmstadt.de>
Let BindToObject fail, if called with empty relative pidl.
Tests to show that it should do so.
Fix SHBrowseForFolder to not pass an empty pidl to BindToObject.
Patch: http://cvs.winehq.org/patch.py?id=17964
Old revision New revision Changes Path
1.6 1.7 +65 -0 wine/dlls/shell32/tests/shlfolder.c
1.99 1.100 +14 -3 wine/dlls/shell32/shlfolder.c
1.60 1.61 +8 -2 wine/dlls/shell32/brsfolder.c
ChangeSet ID: 17959
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/05 16:26:07
Modified files:
include : version.php
admin : editAppVersion.php
Added files:
admin : moveAppVersion.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Add the ability for admins to move a version from one application to another.
This is useful when there are duplicate applications and you want to move
versions prior to removing the duplicate app.
Patch: http://cvs.winehq.org/patch.py?id=17959
Old revision New revision Changes Path
1.21 1.22 +1 -1 appdb/include/version.php
1.27 1.28 +13 -0 appdb/admin/editAppVersion.php
Added 1.1 +0 -0 appdb/admin/moveAppVersion.php