| Summary: | NPE Ticking / Unticking Fill Paragraphs in History View | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | James Blackburn <jamesblackburn+eclipse> |
| Component: | UI | Assignee: | Mathias Kinzler <mathias.kinzler> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | caniszczyk, mathias.kinzler |
| Version: | 0.8.1 | ||
| Target Milestone: | 0.9.0 | ||
| Hardware: | PC | ||
| OS: | Linux-GTK | ||
| Whiteboard: | |||
|
Description
James Blackburn
In fact I seem to have got the History view into a state where twiddling any of the context menu options gives this exception... Perhaps related to another exception in the error log: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.eclipse.swt.SWT.error(SWT.java:3969) at org.eclipse.swt.widgets.Widget.error(Widget.java:465) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:403) at org.eclipse.swt.custom.SashForm.setMaximizedControl(SashForm.java:359) at org.eclipse.egit.ui.internal.history.GitHistoryPage.layout(GitHistoryPage.java:627) at org.eclipse.egit.ui.internal.history.GitHistoryPage.access$21(GitHistoryPage.java:618) at org.eclipse.egit.ui.internal.history.GitHistoryPage$14.apply(GitHistoryPage.java:761) at org.eclipse.egit.ui.internal.history.GitHistoryPage$BooleanPrefAction.propertyChange(GitHistoryPage.java:1104) at org.eclipse.core.runtime.Preferences$1.run(Preferences.java:509) Code review at http://egit.eclipse.org/r/#change,834 merged, thanks. |