[Bug 34387] TreeSize Free: help window won't open

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 3 11:26:59 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=34387

--- Comment #2 from Erich Hoover <erich.e.hoover at gmail.com> 2013-09-03 11:26:59 CDT ---
This appears to actually be a problem with HH_HELP_CONTEXT, it tries to find
the TOC entry corresponding to id 0 and (when it fails to find one) it destroys
the window.  Immediately after that a call is made that is successful (loading
up a document), which is why it would have worked before (the original window
gets destroyed but a new one is made that works).  So, I suspect that we need
to have HH_HELP_CONTEXT not destroy the window when it fails to load an entry.

-- 
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.



More information about the wine-bugs mailing list