diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-02 04:44:00 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-02 04:44:00 +0800 |
commit | edb8c5850a180be4d015a90da44cf2581fb27ba9 (patch) | |
tree | 98f7615cf7be9a6b5770a371e8fe4e7a97c2b821 /addressbook/backend/pas/pas-book.c | |
parent | ba2128204f596f12092f6a0ef9da4e51a5dafde5 (diff) | |
download | gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.gz gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.bz2 gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.lz gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.xz gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.zst gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.zip |
Made uri slightly better managed.
2000-05-01 Christopher James Lahey <clahey@helixcode.com>
* backend/pas/pas-backend-file.c, backend/pas/pas-backend-ldap.c:
Made uri slightly better managed.
* backend/pas/pas-book-factory.c
(pas_book_factory_process_request): Remove this
CORBA_Object_release that causes things not to work. This is just
a temporary fix until we figure out what's actually wrong.
* backend/pas/pas-book.c: Fixed a copy and paste error in a warning.
svn path=/trunk/; revision=2718
Diffstat (limited to 'addressbook/backend/pas/pas-book.c')
-rw-r--r-- | addressbook/backend/pas/pas-book.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/pas/pas-book.c b/addressbook/backend/pas/pas-book.c index 8aea0197cc..d6e9ff55ac 100644 --- a/addressbook/backend/pas/pas-book.c +++ b/addressbook/backend/pas/pas-book.c @@ -419,7 +419,7 @@ pas_book_respond_get_book_view (PASBook *book, book->priv->listener, status, object, &ev); if (ev._major != CORBA_NO_EXCEPTION) { - g_warning ("pas_book_respond_get_cursor: Exception " + g_warning ("pas_book_respond_get_book_view: Exception " "responding to BookListener!\n"); } |