diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-10-19 18:14:46 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-10-20 10:34:26 +0100 |
commit | 2cc059a0e7ee382606351355780b53ae6a7229d9 (patch) | |
tree | 17fe150d5537790cff68211b80c98fd3647e8f82 /gtk/gtksearchenginesimple.c | |
parent | 9b34bf17e58f7c43bc4f4e17dccac45d5cbef117 (diff) | |
download | gtk+-2cc059a0e7ee382606351355780b53ae6a7229d9.tar.gz |
Split off gtkprivate.h
The gtkprivate.h header contains GtkWidget-specific private symbols that
are not useful except in a handful of cases. Basically everything
includes gtkprivate.h for the GTK_PARAM_* macros.
https://bugzilla.gnome.org/show_bug.cgi?id=632539
Diffstat (limited to 'gtk/gtksearchenginesimple.c')
-rw-r--r-- | gtk/gtksearchenginesimple.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtksearchenginesimple.c b/gtk/gtksearchenginesimple.c index f311c192f3..20698b2543 100644 --- a/gtk/gtksearchenginesimple.c +++ b/gtk/gtksearchenginesimple.c @@ -34,6 +34,8 @@ #include <ftw.h> #endif +#include <gdk/gdk.h> + #include "gtksearchenginesimple.h" #include "gtkprivate.h" @@ -188,6 +190,7 @@ send_batch (SearchThreadData *data) gdk_threads_add_idle (search_thread_add_hits_idle, hits); } + data->uri_hits = NULL; } |