Author: orw
Date: Mon Mar 26 08:42:42 2012
New Revision: 1305265

URL: http://svn.apache.org/viewvc?rev=1305265&view=rev
Log:
119114 - method <UpdateDialog::addSpecificError(..)> - create entry with 
correct type

Modified:
    
incubator/ooo/trunk/main/desktop/source/deployment/gui/dp_gui_updatedialog.cxx

Modified: 
incubator/ooo/trunk/main/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/desktop/source/deployment/gui/dp_gui_updatedialog.cxx?rev=1305265&r1=1305264&r2=1305265&view=diff
==============================================================================
--- 
incubator/ooo/trunk/main/desktop/source/deployment/gui/dp_gui_updatedialog.cxx 
(original)
+++ 
incubator/ooo/trunk/main/desktop/source/deployment/gui/dp_gui_updatedialog.cxx 
Mon Mar 26 08:42:42 2012
@@ -846,7 +846,7 @@ void UpdateDialog::addDisabledUpdate( Up
 void UpdateDialog::addSpecificError( UpdateDialog::SpecificError & data )
 {
     sal_uInt16 nIndex = sal::static_int_cast< sal_uInt16 >( 
m_specificErrors.size() );
-    UpdateDialog::Index *pEntry = new UpdateDialog::Index( DISABLED_UPDATE, 
m_nLastID, nIndex, data.name );
+    UpdateDialog::Index *pEntry = new UpdateDialog::Index( SPECIFIC_ERROR, 
m_nLastID, nIndex, data.name );
 
     data.m_nID = m_nLastID;
     m_nLastID += 1;


Reply via email to