Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2010-06-02 18:38:00 +0000
committerJeff Johnston2010-06-02 18:38:00 +0000
commitee2026f666d8c26a1e6720bf6a63fee3d8d1833e (patch)
tree3706a5eed22f938e68032d188ff22c36bbe3fd51 /changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
parentc5503e8ec144f735f695974d9ff55061ce6cefbc (diff)
downloadorg.eclipse.linuxtools-ee2026f666d8c26a1e6720bf6a63fee3d8d1833e.tar.gz
org.eclipse.linuxtools-ee2026f666d8c26a1e6720bf6a63fee3d8d1833e.tar.xz
org.eclipse.linuxtools-ee2026f666d8c26a1e6720bf6a63fee3d8d1833e.zip
2010-06-02 Jeff Johnston <jjohnstn@redhat.com>
* src/org/eclipse/linuxtools/changelog/core/actions/ChangeLogAction.java (askChangeLogLocation): Don't continue if the given_resource ends up null. * src/org/eclipse/linuxtools/changelog/core/actions/InsertChangeLogKeyHandler.java (execute): Don't continue if the result of getChangeLog is null.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.core/ChangeLog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
index 7be498d222..e7cc7cbfb8 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
+++ b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-02 Jeff Johnston <jjohnstn@redhat.com>
+
+ * src/org/eclipse/linuxtools/changelog/core/actions/ChangeLogAction.java (askChangeLogLocation): Don't continue
+ if the given_resource ends up null.
+ * src/org/eclipse/linuxtools/changelog/core/actions/InsertChangeLogKeyHandler.java (execute): Don't continue
+ if the result of getChangeLog is null.
+
2010-05-26 Jeff Johnston <jjohnstn@redhat.com>
* src/org/eclipse/linuxtools/changelog/core/actions/ChangeLogAction.java

Back to the top