diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/component-factory.c | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bdfab50949..db1e3824e2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-03-08 Ettore Perazzoli <ettore@ximian.com> + + * component-factory.c (component_fn): Specify a NULL + `EvolutionShellComponentGetDndSelectionFn'. + 2001-03-07 Jeffrey Stedfast <fejj@ximian.com> * mail-autofilter.c (filter_rule_from_message): Add an action-part diff --git a/mail/component-factory.c b/mail/component-factory.c index d72df7281d..340b9b8c11 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -269,7 +269,8 @@ component_fn (BonoboGenericFactory *factory, void *closure) create_folder, NULL, /* remove_folder_fn */ NULL, /* copy_folder_fn */ - NULL, /* populate_folder_context_menu */ + NULL, /* populate_folder_context_menu_fn */ + NULL, /* get_dnd_selection_fn */ NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set", |