diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-25 22:02:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-25 22:02:34 +0800 |
commit | fa7bb395ad6b311986ad79a0ba0a78162a399874 (patch) | |
tree | 2ff6189a99cf56bd6aea32cd2f04626ed0041289 /mail | |
parent | 7733348dcc86add1bdd241e20f7b3afeb66250ec (diff) | |
download | gsoc2013-evolution-fa7bb395ad6b311986ad79a0ba0a78162a399874.tar.gz gsoc2013-evolution-fa7bb395ad6b311986ad79a0ba0a78162a399874.tar.zst gsoc2013-evolution-fa7bb395ad6b311986ad79a0ba0a78162a399874.zip |
Update prototype
* component-factory.c (interactive_cb): Update prototype
svn path=/trunk/; revision=20494
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/component-factory.c | 3 |
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); } |