aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-book-util.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-06 15:39:06 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-06 15:39:06 +0800
commit1b1d829e5e32c744565679b9733f1aeaf07d96af (patch)
tree813717aa9a44b26c1e1cc769c88200af6f4d6581 /addressbook/backend/ebook/e-book-util.c
parentc49c019456c41478f3368861ef7a0c02b037e0b1 (diff)
downloadgsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar
gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.gz
gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.bz2
gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.lz
gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.xz
gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.zst
gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.zip
ignore the generated marshaller files.
2002-11-05 Chris Toshok <toshok@ximian.com> * backend/ebook/.cvsignore: ignore the generated marshaller files. * backend/ebook/e-destination.c (e_destination_dispose): rename e_destination_destroy. (e_destination_equal): ifdef this out for now, PENDING_PORT_WORK. (e_destination_get_name): same. (e_destination_get_email): same. (e_destination_get_address): same. (e_destination_get_textrep): same. * backend/ebook/Makefile.am: don't build the executables (importers and loaders) for now. Also, s/oaf/server, and use INTLTOOL_SERVER_RULE. * backend/ebook/e-book-util.c (e_book_get_config_database): un-#ifdef this. (e_book_default_book_open): un-#ifdef ths code in here that relies on the e_config_listener. svn path=/trunk/; revision=18586
Diffstat (limited to 'addressbook/backend/ebook/e-book-util.c')
-rw-r--r--addressbook/backend/ebook/e-book-util.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/addressbook/backend/ebook/e-book-util.c b/addressbook/backend/ebook/e-book-util.c
index 75d9b913b0..38e8a4f166 100644
--- a/addressbook/backend/ebook/e-book-util.c
+++ b/addressbook/backend/ebook/e-book-util.c
@@ -118,7 +118,6 @@ e_book_use_address_book_by_uri (const char *uri, EBookCommonCallback cb, gpointe
}
}
-#if PENDING_PORT_WORK
EConfigListener *
e_book_get_config_database ()
{
@@ -129,7 +128,6 @@ e_book_get_config_database ()
return config_db;
}
-#endif
static EBook *common_default_book = NULL;
@@ -206,7 +204,6 @@ set_default_book_uri_local (void)
static void
set_default_book_uri_from_config_db (void)
{
-#if PENDING_PORT_WORK
char *val;
EConfigListener* config_db;
@@ -217,7 +214,6 @@ set_default_book_uri_from_config_db (void)
default_book_uri = e_book_expand_uri (val);
g_free (val);
} else
-#endif
set_default_book_uri_local ();
}