aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/component-factory.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 43b86ef02c..81d221c14f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-25 Dan Winship <danw@ximian.com>
+
+ * component-factory.c (interactive_cb): Update prototype
+
2003-03-25 Not Zed <NotZed@Ximian.com>
* mail-tools.c (meta_data_key): strdup the key before freeing the
diff --git a/mail/component-factory.c b/mail/component-factory.c
index bee831a3a3..e7e25493c0 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -845,7 +845,8 @@ debug_cb (EvolutionShellComponent *shell_component, gpointer user_data)
}
static void
-interactive_cb (EvolutionShellComponent *shell_component, gboolean on, gpointer user_data)
+interactive_cb (EvolutionShellComponent *shell_component, gboolean on,
+ gulong new_view_xid, gpointer user_data)
{
mail_session_set_interactive (on);
}