aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Willcox <jwillcox@gnome.org>2003-03-24 07:56:53 +0800
committerJames Willcox <jwillcox@src.gnome.org>2003-03-24 07:56:53 +0800
commitcea22c828818c7a9555a496840efccee215d490f (patch)
tree27a4aa7fc79b12ce3559effd32cb1dfcbe311a3c /ChangeLog
parentcfaf78f79dbbbe93fb588bc4c9d645697b5a949f (diff)
downloadgsoc2013-epiphany-cea22c828818c7a9555a496840efccee215d490f.tar
gsoc2013-epiphany-cea22c828818c7a9555a496840efccee215d490f.tar.gz
gsoc2013-epiphany-cea22c828818c7a9555a496840efccee215d490f.tar.bz2
gsoc2013-epiphany-cea22c828818c7a9555a496840efccee215d490f.tar.lz
gsoc2013-epiphany-cea22c828818c7a9555a496840efccee215d490f.tar.xz
gsoc2013-epiphany-cea22c828818c7a9555a496840efccee215d490f.tar.zst
gsoc2013-epiphany-cea22c828818c7a9555a496840efccee215d490f.zip
Guard against "item" being NULL. Fixes a crash when typing in the location
2003-03-23 James Willcox <jwillcox@gnome.org> * lib/ephy-autocompletion.c: (ephy_autocompletion_update_matches_full_item): Guard against "item" being NULL. Fixes a crash when typing in the location bar.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f66a8f83..6da9560a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-23 James Willcox <jwillcox@gnome.org>
+
+ * lib/ephy-autocompletion.c:
+ (ephy_autocompletion_update_matches_full_item):
+
+ Guard against "item" being NULL. Fixes a crash when typing in the
+ location bar.
+
2003-03-23 David Bordoley <bordoley@msu.edu>
* src/bookmarks/ephy-bookmarks-editor.c: