1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Bug 274499: Add Global Variables dialog not work when the user uncheck all variables. Applied patch from Gaetano Santoro (ST).

This commit is contained in:
Mikhail Khodjaiants 2009-04-30 15:18:50 +00:00
parent 3e076926e0
commit f309234b78

View file

@ -7,6 +7,8 @@
*
* Contributors:
* QNX Software Systems - Initial API and implementation
* Gaetano Santoro (gaetano.santoro@st.com): patch for
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=274499
*******************************************************************************/
package org.eclipse.cdt.debug.internal.core;
@ -112,8 +114,8 @@ public class CGlobalVariableManager implements ICGlobalVariableManager {
synchronized( fGlobals ) {
fGlobals.addAll( globals );
}
getDebugTarget().fireChangeEvent( DebugEvent.CONTENT );
}
getDebugTarget().fireChangeEvent( DebugEvent.CONTENT );
if ( !ms.isOK() ) {
throw new DebugException( ms );
}