Bugzilla – Attachment 46950 Details for
Bug 36495
Extension updates which are unavailable online cause crash when checking "show all updates" in Extension Manager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggested patch
36495.diff (text/plain), 985 bytes, created by
Don't use this account, use tml@iki.fi
on 2011-05-20 06:12:01 UTC
(
hide
)
Description:
Suggested patch
Filename:
MIME Type:
Creator:
Don't use this account, use tml@iki.fi
Created:
2011-05-20 06:12:01 UTC
Size:
985 bytes
patch
obsolete
>diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx >index 8b73e6b..7040822 100644 >--- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx >+++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx >@@ -1263,11 +1263,15 @@ IMPL_LINK(UpdateDialog, selectionHandler, void *, EMPTYARG) > } > case DISABLED_UPDATE: > { >- bInserted = showDescription( m_disabledUpdates[pos].aUpdateInfo ); >+ if ( !m_disabledUpdates.empty() ) >+ bInserted = showDescription( m_disabledUpdates[pos].aUpdateInfo ); > > if ( p->m_bIgnored ) > b.append( m_ignoredUpdate ); > >+ if ( m_disabledUpdates.empty() ) >+ break; >+ > UpdateDialog::DisabledUpdate & data = m_disabledUpdates[ pos ]; > if (data.unsatisfiedDependencies.getLength() != 0) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 36495
:
46517
|
46521
|
46556
| 46950