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:
parent
70f30ce631
commit
44a3cd9a5b
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue