To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74801
                 Issue #|74801
                 Summary|Improve fix for 73789
               Component|framework
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jl
             Reported by|sb





------- Additional comments from [EMAIL PROTECTED] Fri Feb 23 10:39:02 +0000 
2007 -------
I think the changes in desktop/source/deployment/gui/dp_gui_updatedialog.cxx:1.4
to fix issue 73789 are not good.  handleSpecificError should never be called
with a null package; handleGeneralError should be called instead.  The problem
apparently is that getUpdateInformation is called with a null package  in line
397, and getUpdateInformation internally calls handleSpecificError.  A fix would
be to make handleSpecificError forward to handleGeneralError upon a null package
(or just combine the two functions into one).

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

Reply via email to