diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:03:59 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:57:03 +0100 |
commit | e001ca128010317f30f88def27625768043b1fa7 (patch) | |
tree | 18abde4a6e7199326594de3e56abe859224df65d /desktop | |
parent | cbdcc55b6d18d8a8c79441e4604fac90423a0d22 (diff) |
WaE: duplicateBranch
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_updatedialog.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx index f81a92f7a6eb..54cc3eace3e5 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx @@ -917,8 +917,6 @@ void UpdateDialog::notifyMenubar( bool bPrepareOnly, bool bRecheckOnly ) dp_misc::DescriptionInfoset aInfoset( m_context, aUpdData.aUpdateInfo ); aItem[1] = aInfoset.getVersion(); } - else if ( p->m_eKind == DISABLED_UPDATE ) - continue; else continue; |