Re: fix tbn_deletingbutton

2004-10-18 Thread Robert Shearman
Thorsten Kani wrote: Rob, i have tried your patch and it fixes the problem. Good. I've sent it to wine-patches. Thanks for reporting these problems, providing patches and testing proposed patches. By the way, your implementation of ImageList_SetColorTable also works fine for me. Good. I shoul

Re: fix tbn_deletingbutton

2004-10-17 Thread Thorsten Kani
First, thank you both for supporting me in this case (: Actually my totally lack of C knowledge is something i have to work on asap. -- Rob, i have tried your patch and it fixes the problem. seeing my mistake using TBUTTON_INFO as TBBUTTON makes me realize that i wasnt at least too far away fro

Re: fix tbn_deletingbutton

2004-10-17 Thread Robert Shearman
Dmitry Timoshkov wrote: "Thorsten Kani" <[EMAIL PROTECTED]> wrote: I'm a bit unsure about my solution, but actually everything works. -complaints appreciated- --- toolbar.c 23 Sep 2004 22:51:14 - 1.194 +++ toolbar.c 10 Oct 2004 17:29:01 - @@ -3191,12 +3191,20 @@ TOOLBAR_INFO *infoPtr

Re: fix tbn_deletingbutton

2004-10-17 Thread Thorsten Kani
revised the patch following your comments. please let me know if you see anything left to do before it can be applied. Thorsten Index: toolbar.c === RCS file: /home/wine/wine/dlls/comctl32/toolbar.c,v retrieving revision 1.194 diff -r1

Re: fix tbn_deletingbutton

2004-10-17 Thread Dmitry Timoshkov
"Thorsten Kani" <[EMAIL PROTECTED]> wrote: > I'm a bit unsure about my solution, but actually everything works. > -complaints appreciated- > --- toolbar.c 23 Sep 2004 22:51:14 - 1.194 > +++ toolbar.c 10 Oct 2004 17:29:01 - > @@ -3191,12 +3191,20 @@ > TOOLBAR_INFO *infoPtr = TOOLBAR_Ge