From 464ec9077f4bc709e50c83372c9d4e1703533efa Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 20 Feb 2011 11:29:19 +0100 Subject: [PATCH] libview: Use a popup window instead of a toplevel for loading window Fixes focus stealing when scrolling. See bug #633475. --- libview/ev-loading-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libview/ev-loading-window.c b/libview/ev-loading-window.c index b4134313..94576ee7 100644 --- a/libview/ev-loading-window.c +++ b/libview/ev-loading-window.c @@ -266,6 +266,7 @@ ev_loading_window_new (GtkWindow *parent) g_return_val_if_fail (GTK_IS_WINDOW (parent), NULL); window = g_object_new (EV_TYPE_LOADING_WINDOW, + "type", GTK_WINDOW_POPUP, "parent", parent, NULL); return window; -- 2.43.0