Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 71862 Details for
Bug 193412
[UI] Contacts view issues when users going offline
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to run a full refresh if there are filters.
org.eclipse.ecf.presence.ui-bug193412.txt (text/plain), 828 bytes, created by
Remy Suen
on 2007-06-20 07:38:55 EDT
(
hide
)
Description:
Patch to run a full refresh if there are filters.
Filename:
MIME Type:
Creator:
Remy Suen
Created:
2007-06-20 07:38:55 EDT
Size:
828 bytes
patch
obsolete
>Index: src/org/eclipse/ecf/presence/ui/MultiRosterView.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.ecf/plugins/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MultiRosterView.java,v >retrieving revision 1.54 >diff -u -r1.54 MultiRosterView.java >--- src/org/eclipse/ecf/presence/ui/MultiRosterView.java 20 Jun 2007 03:57:41 -0000 1.54 >+++ src/org/eclipse/ecf/presence/ui/MultiRosterView.java 20 Jun 2007 11:33:34 -0000 >@@ -948,6 +948,10 @@ > if (c != null && !c.isDisposed()) { > if (val != null) { > treeViewer.refresh(val, labels); >+ ViewerFilter[] filters = treeViewer.getFilters(); >+ if (filters.length != 0) { >+ treeViewer.refresh(labels); >+ } > } else { > treeViewer.refresh(labels); > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193412
: 71862