diff options
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/ChangeLog | 5 | ||||
-rw-r--r-- | my-evolution/component-factory.c | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 5e021f68ff..c01eb5670c 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,8 @@ +2002-05-15 Ettore Perazzoli <ettore@ximian.com> + + * component-factory.c (create_component): Pass NULL as + @request_quit_fn. + 2002-05-14 Christopher James Lahey <clahey@ximian.com> * e-summary-mail.c (folder_gen_html): Use the uri stored in the diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index 30196985d9..7e033f8dce 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -143,7 +143,8 @@ create_component (BonoboGenericFactory *factory, create_view, NULL, NULL, NULL, NULL, - NULL, NULL); + NULL, NULL, + NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "destroy", GTK_SIGNAL_FUNC (component_destroy), NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set", |