mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 09:35:23 +02:00
Fix for bug 50967: Linux/SWT blows when double click on the register view.
This commit is contained in:
parent
9c46de496a
commit
a5a43bb8b1
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-01-30 Mikhail Khodjaiants
|
||||||
|
Fix for bug 50967: Linux/SWT blows when double click on the register view.
|
||||||
|
* ChangeRegisterValueAction.java
|
||||||
|
|
||||||
2004-01-29 Mikhail Khodjaiants
|
2004-01-29 Mikhail Khodjaiants
|
||||||
Added new error status handler.
|
Added new error status handler.
|
||||||
* plugin.xml
|
* plugin.xml
|
||||||
|
|
|
@ -206,7 +206,9 @@ public class ChangeRegisterValueAction extends SelectionProviderAction
|
||||||
}
|
}
|
||||||
catch( DebugException de )
|
catch( DebugException de )
|
||||||
{
|
{
|
||||||
|
cleanup();
|
||||||
CDebugUIPlugin.errorDialog( "Setting the register value failed.", de );
|
CDebugUIPlugin.errorDialog( "Setting the register value failed.", de );
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue