From b8986932939ab4caf9ded15893d54495f1964da3 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 3 May 2002 21:05:01 +0000 Subject: finally remove the #if 0's and use the oaf query stuff to get backends 2002-05-03 Chris Toshok * backend/ebook/e-book.c (activate_factories_for_uri): finally remove the #if 0's and use the oaf query stuff to get backends that handle specific protocols. svn path=/trunk/; revision=16681 --- addressbook/backend/ebook/e-book.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'addressbook/backend') diff --git a/addressbook/backend/ebook/e-book.c b/addressbook/backend/ebook/e-book.c index 61930fc4d6..28308a7016 100644 --- a/addressbook/backend/ebook/e-book.c +++ b/addressbook/backend/ebook/e-book.c @@ -626,9 +626,7 @@ activate_factories_for_uri (EBook *book, const char *uri) protocol = g_strndup (uri, colon-uri); query = g_strdup_printf ("repo_ids.has ('IDL:GNOME/Evolution/BookFactory:1.0')" -#if 0 " AND addressbook:supported_protocols.has ('%s')", protocol -#endif ); CORBA_exception_init (&ev); -- cgit v1.2.3