[gtk+] Fix the build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix the build
- Date: Sat, 19 Nov 2011 22:57:55 +0000 (UTC)
commit 5e11bf18d56efb95cb1251e51c0e29a188cb5648
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Nov 19 17:57:08 2011 -0500
Fix the build
gtk/gtksearchengine.c | 14 +-------------
1 files changed, 1 insertions(+), 13 deletions(-)
---
diff --git a/gtk/gtksearchengine.c b/gtk/gtksearchengine.c
index eac7eb6..70c84cf 100644
--- a/gtk/gtksearchengine.c
+++ b/gtk/gtksearchengine.c
@@ -22,20 +22,14 @@
#include "config.h"
#include "gtksearchengine.h"
-#include "gtksearchenginebeagle.h"
#include "gtksearchenginesimple.h"
#include "gtksearchenginetracker.h"
#include "gtksearchenginequartz.h"
#include <gdk/gdk.h> /* for GDK_WINDOWING_QUARTZ */
-#ifndef G_OS_WIN32 /* Beagle and tracker are not ported
- * to Windows, as far as I know.
- */
-
-#define HAVE_BEAGLE 1
+#ifndef G_OS_WIN32 /* No tracker on Windows */
#define HAVE_TRACKER 1
-
#endif
enum
@@ -121,12 +115,6 @@ _gtk_search_engine_new (void)
return engine;
#endif
-#ifdef HAVE_BEAGLE
- engine = _gtk_search_engine_beagle_new ();
- if (engine)
- return engine;
-#endif
-
#ifdef GDK_WINDOWING_QUARTZ
engine = _gtk_search_engine_quartz_new ();
if (engine)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]