16 May
2011
16 May
'11
3:51 p.m.
http://bugs.winehq.org/show_bug.cgi?id=23591 --- Comment #10 from Jarek <jarekczek(a)poczta.onet.pl> 2011-05-16 10:51:12 CDT --- Nikolay, nice to hear you fixed that. I would give it a try, but can't apply your patch to morning's git. Where you have: - if (item->state & TVIS_EXPANDED) - return TRUE; I have: if (wineItem->state & TVIS_EXPANDED) return TRUE; (treeview.c, TREEVIEW_Expand, line 3334) I still use this app under wine, almost every day, so I could test it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.