summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2009-10-17 11:38:36 -0500
committerShaun McCance <shaunm@gnome.org>2009-10-17 11:38:36 -0500
commit854d417cdee81e761df5c958a101e46de05ed72b (patch)
treefe5ba491454b57bee27b195f9018cd4a08342bb1 /tests
parent3a382a0027a627ebd76ed3449df872c73e1874f3 (diff)
downloadyelp-854d417cdee81e761df5c958a101e46de05ed72b.tar.gz
[libyelp] Added Mallard documents to libyelp, more work to be done
Diffstat (limited to 'tests')
-rw-r--r--tests/test-view.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-view.c b/tests/test-view.c
index 691af7d8..b01d0786 100644
--- a/tests/test-view.c
+++ b/tests/test-view.c
@@ -53,9 +53,8 @@ main (int argc, char **argv)
YelpDocument *document;
GCancellable *cancellable;
- gtk_init (&argc, &argv);
-
g_thread_init (NULL);
+ gtk_init (&argc, &argv);
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_default_size (GTK_WINDOW (window), 640, 480);