aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas/pas-book-factory.c
diff options
context:
space:
mode:
authorLarry Ewing <lewing@helixcode.com>2000-04-29 07:04:29 +0800
committerLarry Ewing <lewing@src.gnome.org>2000-04-29 07:04:29 +0800
commit79970fcfc72d9de4990cbd0ea6d0939ac39ccf6e (patch)
tree80b0580b93e1c75c0c530d2e2fb686cfc0397d18 /addressbook/backend/pas/pas-book-factory.c
parent22127dc16ca6f456c468c7290b371e32fbd65b98 (diff)
downloadgsoc2013-evolution-79970fcfc72d9de4990cbd0ea6d0939ac39ccf6e.tar
gsoc2013-evolution-79970fcfc72d9de4990cbd0ea6d0939ac39ccf6e.tar.gz
gsoc2013-evolution-79970fcfc72d9de4990cbd0ea6d0939ac39ccf6e.tar.bz2
gsoc2013-evolution-79970fcfc72d9de4990cbd0ea6d0939ac39ccf6e.tar.lz
gsoc2013-evolution-79970fcfc72d9de4990cbd0ea6d0939ac39ccf6e.tar.xz
gsoc2013-evolution-79970fcfc72d9de4990cbd0ea6d0939ac39ccf6e.tar.zst
gsoc2013-evolution-79970fcfc72d9de4990cbd0ea6d0939ac39ccf6e.zip
fix the `USING_OAF' changes so that they work for when we are not using
2000-04-28 Larry Ewing <lewing@helixcode.com> * backend/pas/pas-book-factory.c (register_factory): fix the `USING_OAF' changes so that they work for when we are not using oaf. svn path=/trunk/; revision=2678
Diffstat (limited to 'addressbook/backend/pas/pas-book-factory.c')
-rw-r--r--addressbook/backend/pas/pas-book-factory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/backend/pas/pas-book-factory.c b/addressbook/backend/pas/pas-book-factory.c
index 651f17523d..93030447a7 100644
--- a/addressbook/backend/pas/pas-book-factory.c
+++ b/addressbook/backend/pas/pas-book-factory.c
@@ -340,9 +340,10 @@ static gboolean
register_factory (CORBA_Object obj)
{
CORBA_Environment ev;
- CORBA_exception_init (&ev);
int ret;
+ CORBA_exception_init (&ev);
+
ret = goad_server_register (NULL, obj, PAS_BOOK_FACTORY_GOAD_ID, "server", &ev);
if (ev._major != CORBA_NO_EXCEPTION) {