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 136717 Details for
Bug 243655
notification window shows last unread comment, not the newest one
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
patch243655.txt (text/plain), 984 bytes, created by
Frank Becker
on 2009-05-21 16:11:13 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Frank Becker
Created:
2009-05-21 16:11:13 EDT
Size:
984 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.tasks.ui >Index: src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java,v >retrieving revision 1.17 >diff -u -r1.17 TaskListNotification.java >--- src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java 13 Jan 2009 07:07:36 -0000 1.17 >+++ src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java 21 May 2009 20:11:49 -0000 >@@ -111,11 +111,11 @@ > } > Date anotherDate = (anotherNotification).getDate(); > if (date != null && anotherDate != null) { >- return date.compareTo(anotherDate); >+ return date.compareTo(anotherDate) * -1; > } else if (date == null) { >- return -1; >- } else { > return 1; >+ } else { >+ return -1; > } > } >
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 243655
: 136717 |
136718
|
136893
|
136894