summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/yelp-html.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yelp-html.cpp b/src/yelp-html.cpp
index e0e2e6a8..edd87888 100644
--- a/src/yelp-html.cpp
+++ b/src/yelp-html.cpp
@@ -424,9 +424,9 @@ yelp_html_close (YelpHtml *html)
#ifdef HAVE_GECKO_1_9
html_reset_accessible_parent (GTK_WIDGET (html));
#else
- html->priv->timeout = g_timeout_add (2000,
- (GSourceFunc) timeout_update_gok,
- html);
+ html->priv->timeout = g_timeout_add_seconds (2,
+ (GSourceFunc) timeout_update_gok,
+ html);
#endif
}