diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-19 20:31:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-19 20:31:06 +0800 |
commit | 1b782407524f2ca4a2dc4849098a21f9d1bdff09 (patch) | |
tree | 95a676e1deb4cec0c1e2930636e6953c87cb8022 /addressbook/gui/component/autocompletion-config.h | |
parent | 1a40acf554290883d6cf2a491dc36685842fd26b (diff) | |
download | gsoc2013-evolution-1b782407524f2ca4a2dc4849098a21f9d1bdff09.tar gsoc2013-evolution-1b782407524f2ca4a2dc4849098a21f9d1bdff09.tar.gz gsoc2013-evolution-1b782407524f2ca4a2dc4849098a21f9d1bdff09.tar.bz2 gsoc2013-evolution-1b782407524f2ca4a2dc4849098a21f9d1bdff09.tar.lz gsoc2013-evolution-1b782407524f2ca4a2dc4849098a21f9d1bdff09.tar.xz gsoc2013-evolution-1b782407524f2ca4a2dc4849098a21f9d1bdff09.tar.zst gsoc2013-evolution-1b782407524f2ca4a2dc4849098a21f9d1bdff09.zip |
Fix crash on startup.
svn path=/branches/kill-bonobo/; revision=37295
Diffstat (limited to 'addressbook/gui/component/autocompletion-config.h')
-rw-r--r-- | addressbook/gui/component/autocompletion-config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/autocompletion-config.h b/addressbook/gui/component/autocompletion-config.h index c2cf6b55d0..f546a9d497 100644 --- a/addressbook/gui/component/autocompletion-config.h +++ b/addressbook/gui/component/autocompletion-config.h @@ -26,10 +26,11 @@ #define _AUTOCOMPLETION_CONFIG_H #include <glib.h> +#include <shell/e-shell.h> G_BEGIN_DECLS -void autocompletion_config_init (void); +void autocompletion_config_init (EShell *shell); G_END_DECLS |