### Eclipse Workspace Patch 1.0 #P org.eclipse.pde.ui Index: src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java,v retrieving revision 1.13 diff -u -r1.13 PluginsView.java --- src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java 31 Jan 2008 23:26:27 -0000 1.13 +++ src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java 30 May 2008 15:15:26 -0000 @@ -8,6 +8,7 @@ * Contributors: * IBM Corporation - initial API and implementation * Les Jones - bug 191365 + * Benedikt Arnold - bug 221655 *******************************************************************************/ package org.eclipse.pde.internal.ui.views.plugins; @@ -774,9 +775,6 @@ updateContentDescription(); setTitleToolTip(getTitle()); } else { - String viewName = config.getAttribute("name"); //$NON-NLS-1$ - String name = ((LabelProvider) fTreeViewer.getLabelProvider()).getText(newInput); - setContentDescription(viewName + ": " + name); //$NON-NLS-1$ setTitleToolTip(getInputPath(newInput)); } }