1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Update the actions of the 'Shared Libraries' view even if the viewer's input is the same as before.

This commit is contained in:
Mikhail Khodjaiants 2003-04-24 15:24:13 +00:00
parent 70f30ce631
commit 44a3cd9a5b
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-04-24 Mikhail Khodjaiants
Update the actions of the 'Shared Libraries' view even if the viewer's input
is the same as before.
* SharedLibrariesView.java
2003-04-23 Mikhail Khodjaiants 2003-04-23 Mikhail Khodjaiants
If error occurs when acquiring the signal information from gdb If error occurs when acquiring the signal information from gdb
the error message should be displayed in the 'Signals' view. the error message should be displayed in the 'Signals' view.

View file

@ -254,6 +254,7 @@ public class SharedLibrariesView extends AbstractDebugEventHandlerView
Object current = getViewer().getInput(); Object current = getViewer().getInput();
if ( current != null && current.equals( slm ) ) if ( current != null && current.equals( slm ) )
{ {
updateObjects();
return; return;
} }
showViewer(); showViewer();