http://bugs.winehq.org/show_bug.cgi?id=4490
tony.lambregts@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.aim.com/get_aim/w | |in/other_win.adp?aolp= Keywords| |download
------- Additional Comments From tony.lambregts@gmail.com 2006-23-02 08:32 ------- Actually, Jacek Caban in comment #6 was asking if reverting the patch on a current version would fix the issue first and if it did not to submit a trace.
I take it you are useing a packaged version of wine and not compiling from source.
If you compile from source you can reverse teh patch by downloading the patch to the root wine directory and issuing the patch command in wine root directory
patch -p0 -R < name of patch.
After that you can recompile wine.
./configure make depend && make su make install