aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-07 10:05:28 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-07 10:05:28 +0800
commit3219faad0c583cf44add809ded9183ccc9c4f302 (patch)
tree0a4a8b72b38cc3ee8cd8fedd5381cac4a5f74950 /shell/main.c
parent725d0a088ddafd5f5665f4415c54f12411103e83 (diff)
downloadgsoc2013-evolution-3219faad0c583cf44add809ded9183ccc9c4f302.tar
gsoc2013-evolution-3219faad0c583cf44add809ded9183ccc9c4f302.tar.gz
gsoc2013-evolution-3219faad0c583cf44add809ded9183ccc9c4f302.tar.bz2
gsoc2013-evolution-3219faad0c583cf44add809ded9183ccc9c4f302.tar.lz
gsoc2013-evolution-3219faad0c583cf44add809ded9183ccc9c4f302.tar.xz
gsoc2013-evolution-3219faad0c583cf44add809ded9183ccc9c4f302.tar.zst
gsoc2013-evolution-3219faad0c583cf44add809ded9183ccc9c4f302.zip
Fix non-OAF compilation.
svn path=/trunk/; revision=2849
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index eda9f10b23..9c914c4dce 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -53,7 +53,7 @@ init_corba (int *argc, char **argv)
CORBA_exception_init (&ev);
gnome_CORBA_init_with_popt_table ("Evolution", VERSION, argc, argv,
- shell_popt_options, 0, &ctx,
+ NULL, 0, NULL,
GNORBA_INIT_SERVER_FUNC, &ev);
if (ev._major != CORBA_NO_EXCEPTION)