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 107543 Details for
Bug 240076
[mac] NoClassDefFoundError in TaskElementLabelProvider
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]
work around
clipboard.txt (text/plain), 1.34 KB, created by
Steffen Pingel
on 2008-07-15 19:24:21 EDT
(
hide
)
Description:
work around
Filename:
MIME Type:
Creator:
Steffen Pingel
Created:
2008-07-15 19:24:21 EDT
Size:
1.34 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.tasks.ui >Index: src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java,v >retrieving revision 1.86 >diff -u -r1.86 TasksUiPlugin.java >--- src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java 16 Jun 2008 23:40:35 -0000 1.86 >+++ src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java 15 Jul 2008 23:24:04 -0000 >@@ -53,6 +53,7 @@ > import org.eclipse.mylyn.internal.context.core.ContextCorePlugin; > import org.eclipse.mylyn.internal.provisional.commons.ui.AbstractNotification; > import org.eclipse.mylyn.internal.provisional.commons.ui.CommonColors; >+import org.eclipse.mylyn.internal.provisional.commons.ui.CommonFonts; > import org.eclipse.mylyn.internal.tasks.core.AbstractSearchHandler; > import org.eclipse.mylyn.internal.tasks.core.AbstractTask; > import org.eclipse.mylyn.internal.tasks.core.IRepositoryModelListener; >@@ -501,6 +502,9 @@ > WebClientLog.setLoggingEnabled(DEBUG_HTTPCLIENT); > initializePreferences(getPreferenceStore()); > >+ // initialize CommonFonts from UI thread: bug 240076 >+ CommonFonts.BOLD.toString(); >+ > File dataDir = new File(getDataDirectory()); > dataDir.mkdirs(); >
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 240076
:
107538
| 107543 |
107544