To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45899
------- Additional comments from [EMAIL PROTECTED] Thu Mar 24 02:46:46 -0800
2005 -------
Agreed :) .The patch is just workaround :). No idea why the attached trace in
not showing the correct place ...
this simple one line workaround works for me [In the previous workaround patch
had additional file window.cxx which is not required :) ]
vcl/source/window/window2.cxx
BOOL Window::IsEnabled() const
{
- return !mpWindowImpl->mbDisabled;
+ return mpWindowImpl ? !mpWindowImpl->mbDisabled : false ;
}
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]