epiphany r7863 - trunk/src/bookmarks
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r7863 - trunk/src/bookmarks
- Date: Mon, 14 Jan 2008 19:29:32 +0000 (GMT)
Author: cosimoc
Date: Mon Jan 14 19:29:31 2008
New Revision: 7863
URL: http://svn.gnome.org/viewvc/epiphany?rev=7863&view=rev
Log:
Add #ifdef for Avahi includes in ephy-bookmarks.c.
Bug #509325.
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 Mon Jan 14 19:29:31 2008
@@ -46,11 +46,14 @@
#include <glib/gi18n.h>
#include <gtk/gtkmessagedialog.h>
#include <gtk/gtkdialog.h>
+
+#ifdef ENABLE_ZEROCONF
#include <avahi-common/error.h>
#include <avahi-gobject/ga-service-browser.h>
#include <avahi-gobject/ga-service-resolver.h>
#include <avahi-gobject/ga-client.h>
#include <avahi-gobject/ga-enums.h>
+#endif /* ENABLE_ZEROCONF */
#define EPHY_BOOKMARKS_XML_ROOT "ephy_bookmarks"
#define EPHY_BOOKMARKS_XML_VERSION "1.03"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]