diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
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) |