From 910fc607cd3636c3e1cf9c81ce385aba0fac1f43 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 9 Jul 2007 18:04:59 +0000 Subject: [PATCH] Make it compile svn path=/trunk/; revision=18414 --- gtk/gtksearchenginesimple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtksearchenginesimple.c b/gtk/gtksearchenginesimple.c index a0a957a16..4d27957d4 100644 --- a/gtk/gtksearchenginesimple.c +++ b/gtk/gtksearchenginesimple.c @@ -35,6 +35,7 @@ #endif #include "gtksearchenginesimple.h" +#include "gtkprivate.h" #include @@ -101,7 +102,7 @@ search_thread_data_new (GtkSearchEngineSimple *engine, { data->path = g_filename_from_uri (uri, NULL, NULL); g_free (uri); - }` + } if (data->path == NULL) data->path = g_strdup (g_get_home_dir ()); @@ -200,7 +201,6 @@ search_visit_func (const char *fpath, gchar *lower_name; gchar *uri; gboolean hit; - GList *l; gboolean is_hidden; data = (SearchThreadData*)g_static_private_get (&search_thread_data);