diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-05 00:57:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-05 00:57:07 +0800 |
commit | 0d0f668cecd72010ef87c08829b26abd83e3a252 (patch) | |
tree | f88d67ca970c41179c0cc6305ef99ad2df343205 /widgets/ChangeLog | |
parent | 520d6b5885f7ba0bf1a3729c0097f6c9afa8b18e (diff) | |
download | gsoc2013-evolution-0d0f668cecd72010ef87c08829b26abd83e3a252.tar.gz gsoc2013-evolution-0d0f668cecd72010ef87c08829b26abd83e3a252.tar.zst gsoc2013-evolution-0d0f668cecd72010ef87c08829b26abd83e3a252.zip |
NULL-terminate gal_view_menus_apply's BonoboUIVerb array to prevent a
* menus/gal-view-menus.c: NULL-terminate gal_view_menus_apply's
BonoboUIVerb array to prevent a crash. (Why are there gal* things
in the evolution sources?)
svn path=/trunk/; revision=6777
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 8afe2663f8..6a030412ff 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,9 @@ +2000-12-04 Dan Winship <danw@helixcode.com> + + * menus/gal-view-menus.c: NULL-terminate gal_view_menus_apply's + BonoboUIVerb array to prevent a crash. (Why are there gal* things + in the evolution sources?) + 2000-11-05 Christopher James Lahey <clahey@helixcode.com> * e-paned/.cvsignore, e-table/.cvsignore, e-text/.cvsignore: |