[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [mylar-dev] next mylar conference call
|
- From: Eugene Kuleshov <eu@xxxxxxxx>
- Date: Wed, 03 Jan 2007 15:17:17 -0500
- Delivered-to: mylar-dev@eclipse.org
- User-agent: Thunderbird 1.5.0.9 (Windows/20061207)
Mik Kersten wrote:
Regarding bug 169141, I can't put time towards it but yes, we'll have a dev
build on Friday so if you have a way of avoiding having the projects
retrieved on read than it could make it into that build.
Apparently that is a result of your fix for bug 160946 back in October.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=160946
Change was around this code in TasksUiPlugin.
.......
// NOTE: task list must be read before Task List view can be
initialized
taskListManager.init();
taskListManager.addActivityListener(CONTEXT_TASK_ACTIVITY_LISTENER);
taskListManager.readExistingOrCreateNewList();
initialized = true;
PlatformUI.getWorkbench().getDisplay().asyncExec(new
Runnable() {
public void run() {
try {
TasksUiExtensionReader.initWorkbenchUiExtensions();
PlatformUI.getWorkbench().addWindowListener(WINDOW_LISTENER);
// Needs to happen asynchronously to avoid bug
159706
.......
On the other hand it is still unclear to me why this information is
not cached by jira services...
regards,
Eugene