From 3219faad0c583cf44add809ded9183ccc9c4f302 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 7 May 2000 02:05:28 +0000 Subject: Fix non-OAF compilation. svn path=/trunk/; revision=2849 --- shell/ChangeLog | 5 +++++ shell/main.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index d117aecebf..891872d5ba 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-05-06 Ettore Perazzoli + + * main.c (init_corba) [! USING_OAF]: We have no options no + popt context. + 2000-05-06 Ettore Perazzoli * All files: Reorganized and redone a lot of the shell. New 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) -- cgit v1.2.3