aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-06-30 16:28:44 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-06-30 16:28:44 +0800
commit4e359621b1279dabd4aa573b61653109dda3fd83 (patch)
treeea3163fa8ae1ac3fc27fd81c1a63d7d55795b7c6 /mail/component-factory.c
parentd35b129e063edd30eec44a31e3818df57916effe (diff)
downloadgsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar.gz
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar.bz2
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar.lz
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar.xz
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar.zst
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.zip
Fix stupid typos and add a missing prototype.
svn path=/trunk/; revision=3823
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c4
1 files changed, 2 insertions, 2 deletions
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 */