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:
@ -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:
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user