ChangeSet ID: 7949
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/25 21:07:44
Modified files:
dlls/comctl32 : trackbar.c
Log message:
Maxime Bellengé <maxime.bellenge(a)laposte.net>
Remove the sending of NM_TOOLTIPSCREATED which is non existent under
Windows during the creation of the trackbar.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=7949
Old revision New revision Changes Path
1.46 1.47 +1 -3 wine/dlls/comctl32/trackbar.c
ChangeSet ID: 7942
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/04/22 09:06:56
Modified files:
include : incl.php
Log message:
oops, anyone with an old cookie will get a 404, fix this by making sure the cookie is a valid one.
Patch: http://cvs.winehq.com/patch.py?id=7942
Old revision New revision Changes Path
1.4 1.5 +4 -1 lostwages/include/incl.php
ChangeSet ID: 7941
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/04/22 08:48:40
Modified files:
include : incl.php
Log message:
removed the session code and decided to use a cookie for the theme code for now no reason to use mysql just to store session data, I may go back to the session code when there is more user prefs than just the theme.
Patch: http://cvs.winehq.com/patch.py?id=7941
Old revision New revision Changes Path
1.3 1.4 +4 -30 lostwages/include/incl.php