diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-02-08 08:15:45 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-02-08 08:15:45 +0000 |
commit | ec94256ed1d4cf0cf779a9b7156acfa48b2be192 (patch) | |
tree | 688959d03a46ae8582bc2d54b48d38cb7e7148ad /test | |
parent | 22e923d41342f3616a5eff9a41c2c669270912c6 (diff) | |
download | nautilus-ec94256ed1d4cf0cf779a9b7156acfa48b2be192.tar.gz |
Initialize threads (#515031)
2008-02-08 Alexander Larsson <alexl@redhat.com>
* test/test-nautilus-search-engine.c:
(main):
Initialize threads (#515031)
svn path=/trunk/; revision=13708
Diffstat (limited to 'test')
-rw-r--r-- | test/test-nautilus-search-engine.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-nautilus-search-engine.c b/test/test-nautilus-search-engine.c index f6224d004..3113ce455 100644 --- a/test/test-nautilus-search-engine.c +++ b/test/test-nautilus-search-engine.c @@ -34,6 +34,8 @@ main (int argc, char* argv[]) NautilusSearchEngine *engine; NautilusQuery *query; + g_thread_init (NULL); + gtk_init (&argc, &argv); engine = nautilus_search_engine_new (); |