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:
parent
3e076926e0
commit
f309234b78
1 changed files with 3 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue