Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2010-05-26 20:54:08 +0000
committerJeff Johnston2010-05-26 20:54:08 +0000
commitc508634ce3b03ff524c9240b46d10dd63a739e3a (patch)
tree3d955d4abc1d1c5ef13f08f8aa3122a1988c885c /changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
parentfcf501264aadeadfbe0f52e81c06f5f56de15f24 (diff)
downloadorg.eclipse.linuxtools-c508634ce3b03ff524c9240b46d10dd63a739e3a.tar.gz
org.eclipse.linuxtools-c508634ce3b03ff524c9240b46d10dd63a739e3a.tar.xz
org.eclipse.linuxtools-c508634ce3b03ff524c9240b46d10dd63a739e3a.zip
2010-05-26 Jeff Johnston <jjohnstn@redhat.com>
* src/org/eclipse/linuxtools/changelog/core/actions/ChangeLogAction.java (getDocumentLocation): Add support for FileStoreEditorInput. Do not assume loc is non-null at end of method.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.core/ChangeLog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
index 44e7312a99..7be498d222 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
+++ b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-26 Jeff Johnston <jjohnstn@redhat.com>
+
+ * src/org/eclipse/linuxtools/changelog/core/actions/ChangeLogAction.java
+ (getDocumentLocation): Add support for FileStoreEditorInput. Do not assume
+ loc is non-null at end of method.
+
2010-03-25 Jeff Johnston <jjohnstn@redhat.com>
Resolves #306247

Back to the top