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
This commit is contained in:
Dan Winship
2000-12-04 16:57:07 +00:00
parent 520d6b5885
commit 0d0f668cec
2 changed files with 7 additions and 0 deletions

View File

@ -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:

View File

@ -68,6 +68,7 @@ define_views(BonoboUIComponent *component,
static BonoboUIVerb verbs[] = {
{"DefineViews", (BonoboUIVerbFn) define_views, NULL, NULL},
{NULL, NULL, NULL, NULL}
};
void gal_view_menus_apply (GalViewMenus *menus,