The layout of the viewer is managed by the SashForm, so there's no need
anymore to set the layout data in every history refresh.
Signed-off-by: Roger C. Soares <redacted>
---
.../src/org/spearce/egit/ui/GitHistoryPage.java | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java b/org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java
index 268a6ba..ae1dfbf 100644
--- a/org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java
+++ b/org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java
@@ -1072,7 +1072,6 @@ public class GitHistoryPage extends HistoryPage implements IAdaptable,
table.removeAll();
table.setItemCount(fileRevisions.size());
table.setData("X");
- table.setLayoutData(new GridData(SWT.FILL,SWT.FILL,true,true));
System.out.println("inputchanged, invoking refresh");
appliedPatches = fnewappliedPatches;
tags = ftags;--
1.5.4.1