aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-09 11:55:02 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-09 11:55:02 +0800
commit0e0185635f94d23443341fe15dd8fef4951e8db6 (patch)
tree87c9cabc1eddcb4f8c66e5b6f0b86d475ea9d2cd /addressbook/gui/component/addressbook.c
parent0a9f51518502e55b1172429609969287437b25e0 (diff)
downloadgsoc2013-evolution-0e0185635f94d23443341fe15dd8fef4951e8db6.tar
gsoc2013-evolution-0e0185635f94d23443341fe15dd8fef4951e8db6.tar.gz
gsoc2013-evolution-0e0185635f94d23443341fe15dd8fef4951e8db6.tar.bz2
gsoc2013-evolution-0e0185635f94d23443341fe15dd8fef4951e8db6.tar.lz
gsoc2013-evolution-0e0185635f94d23443341fe15dd8fef4951e8db6.tar.xz
gsoc2013-evolution-0e0185635f94d23443341fe15dd8fef4951e8db6.tar.zst
gsoc2013-evolution-0e0185635f94d23443341fe15dd8fef4951e8db6.zip
oops, missed these casts.
2002-11-08 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-reflow-adapter.c (addressbook_get_property): oops, missed these casts. * gui/component/addressbook.c (get_master_list): remove the PENDING_PORT_WORK ifdef, just ported ECategoriesMasterList. (make_suboptions): same. * gui/contact-editor/e-contact-editor.c (categories_clicked): same. svn path=/trunk/; revision=18684
Diffstat (limited to 'addressbook/gui/component/addressbook.c')
-rw-r--r--addressbook/gui/component/addressbook.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c
index fb37952fe9..51314199e4 100644
--- a/addressbook/gui/component/addressbook.c
+++ b/addressbook/gui/component/addressbook.c
@@ -421,11 +421,9 @@ static ECategoriesMasterList *
get_master_list (void)
{
static ECategoriesMasterList *category_list = NULL;
-#ifdef PENDING_PORT_WORK
if (category_list == NULL)
category_list = e_categories_master_list_wombat_new ();
-#endif
return category_list;
}
@@ -1057,7 +1055,6 @@ compare_subitems (const void *a, const void *b)
static void
make_suboptions (AddressbookView *view)
{
-#if PENDING_PORT_WORK
ESearchBarSubitem *subitems;
ECategoriesMasterList *master_list;
gint i, N;
@@ -1083,7 +1080,6 @@ make_suboptions (AddressbookView *view)
qsort (subitems + 1, N, sizeof (subitems[0]), compare_subitems);
e_search_bar_set_suboption (view->search, ESB_CATEGORY, subitems);
-#endif
}
static void