summaryrefslogtreecommitdiff
path: root/shell/ev-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 0159ace0..a466bffa 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -899,7 +899,7 @@ ev_window_show_loading_message (EvWindow *window)
if (window->priv->loading_message_timeout)
return;
window->priv->loading_message_timeout =
- g_timeout_add_full (G_PRIORITY_LOW, 0.5, (GSourceFunc)show_loading_message_cb, window, NULL);
+ g_timeout_add_full (G_PRIORITY_LOW, 500, (GSourceFunc)show_loading_message_cb, window, NULL);
}
static void