epiphany r8797 - trunk/src/bookmarks



Author: xan
Date: Sat Feb 21 08:18:32 2009
New Revision: 8797
URL: http://svn.gnome.org/viewvc/epiphany?rev=8797&view=rev

Log:
ephy-bookmarks: guard zeroconf dependent function declaration.

Modified:
   trunk/src/bookmarks/ephy-bookmarks.c

Modified: trunk/src/bookmarks/ephy-bookmarks.c
==============================================================================
--- trunk/src/bookmarks/ephy-bookmarks.c	(original)
+++ trunk/src/bookmarks/ephy-bookmarks.c	Sat Feb 21 08:18:32 2009
@@ -133,7 +133,9 @@
 static void ephy_bookmarks_init		(EphyBookmarks *tab);
 static void ephy_bookmarks_finalize	(GObject *object);
 static char *impl_resolve_address	(EphyBookmarks*, const char*, const char*);
+#ifdef ENABLE_ZEROCONF
 static void ephy_local_bookmarks_start_client (EphyBookmarks *bookmarks);
+#endif
 
 G_DEFINE_TYPE_WITH_CODE (EphyBookmarks, ephy_bookmarks, G_TYPE_OBJECT,
 			 volatile GType flags_type; /* work around gcc's optimiser */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]