You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/src/org/eclipse/rcptt/tesla/internal/ui/player/SWTUIPlayer.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -740,14 +740,11 @@ public SWTUIElement selectView(PlayerSelectionFilter f) {
740
740
currIdx++;
741
741
}
742
742
} catch (Exceptione) {
743
-
// Skip brokeb parts.
743
+
// Skip broken parts.
744
744
TeslaCore.log(e);
745
745
}
746
746
}
747
747
748
-
TeslaCore.log("Can not find view by pattern \"" + pattern
749
-
+ "\". Activating views...");
750
-
751
748
// Not found, lets go with resolve of view parts, it will initialize
752
749
// titles.
753
750
currIdx = 0;
@@ -766,6 +763,7 @@ public SWTUIElement selectView(PlayerSelectionFilter f) {
766
763
currIdx++;
767
764
}
768
765
}
766
+
TeslaCore.log("Can not find view by pattern \"" + pattern + "\".");
0 commit comments