aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/component-factory.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 460421471c..97a4ef54df 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-30 Ettore Perazzoli <ettore@helixcode.com>
+
+ * component-factory.c: Eeek. Fix typo: add missing star in the
+ declaration of `global_shell_client'.
+
2000-06-29 Ettore Perazzoli <ettore@helixcode.com>
* component-factory.c: Replace `global_shell_interface' with
diff --git a/mail/component-factory.c b/mail/component-factory.c
index e29a174188..19c02d8a80 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -64,7 +64,7 @@ static const EvolutionShellComponentFolderType folder_types[] = {
static GList *browsers;
/* GROSS HACK: for passing to other parts of the program */
-EvolutionShellClient global_shell_client;
+EvolutionShellClient *global_shell_client = NULL;
/* EvolutionShellComponent methods and signals. */
@@ -143,7 +143,7 @@ create_folder (EvolutionShellComponent *shell_component,
static void
owner_set_cb (EvolutionShellComponent *shell_component,
- EvolutionShellClient shell_client,
+ EvolutionShellClient *shell_client,
gpointer user_data)
{
g_print ("evolution-mail: Yeeeh! We have an owner!\n"); /* FIXME */