mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Bug 144277: No images for source containers types. Removed temporary fix.
This commit is contained in:
parent
1081f7076b
commit
55873833c6
1 changed files with 0 additions and 4 deletions
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.debug.internal.ui.sourcelookup;
|
|||
|
||||
import org.eclipse.debug.core.sourcelookup.ISourceContainer;
|
||||
import org.eclipse.debug.core.sourcelookup.ISourceContainerType;
|
||||
import org.eclipse.debug.internal.ui.DebugUIPlugin;
|
||||
import org.eclipse.debug.ui.DebugUITools;
|
||||
import org.eclipse.jface.viewers.ILabelProvider;
|
||||
import org.eclipse.jface.viewers.LabelProvider;
|
||||
|
@ -30,9 +29,6 @@ public class SourceContainerLabelProvider extends LabelProvider {
|
|||
* @see org.eclipse.jface.viewers.ILabelProvider#getImage(java.lang.Object)
|
||||
*/
|
||||
public Image getImage(Object element) {
|
||||
// Temporary fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=144277
|
||||
DebugUIPlugin.getDefault().getImageRegistry();
|
||||
// first allow workbench adapter to provide image
|
||||
Image image = getWorkbenchLabelProvider().getImage(element);
|
||||
if (image == null) {
|
||||
ISourceContainerType type = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue