Révision 3480
TXM/trunk/org.txm.rcp/src/main/java/org/txm/rcp/views/fileexplorer/Explorer.java (revision 3480) | ||
---|---|---|
108 | 108 |
.getActiveWorkbenchWindow().getActivePage().findView( |
109 | 109 |
Explorer.ID); |
110 | 110 |
|
111 |
if (explorerView == null) return; |
|
112 |
|
|
111 | 113 |
explorerView.tv.refresh(); |
112 | 114 |
} |
113 | 115 |
|
... | ... | |
121 | 123 |
.getActiveWorkbenchWindow().getActivePage().findView( |
122 | 124 |
Explorer.ID); |
123 | 125 |
|
126 |
if (explorerView == null) return; |
|
127 |
|
|
124 | 128 |
explorerView.tv.refresh(f); |
125 | 129 |
} |
126 | 130 |
|
Formats disponibles : Unified diff