diff options
author | infirit <[email protected]> | 2014-12-10 01:50:14 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-10 01:50:14 +0100 |
commit | 3b65cb19ec88d6263c5d20f5332bedf102ce77ef (patch) | |
tree | de30d7b45f69caf69a125c1539a86fe634654c34 /libview/ev-loading-window.c | |
parent | 4df03e6ebcf0443429d17027026532336e4b0aca (diff) | |
download | atril-3b65cb19ec88d6263c5d20f5332bedf102ce77ef.tar.bz2 atril-3b65cb19ec88d6263c5d20f5332bedf102ce77ef.tar.xz |
libview: Use a popup window instead of a toplevel for loading window
Taken from evince commit: 464ec9077f4bc709e50c83372c9d4e1703533efa
From: Carlos Garcia Campos <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=633475
Diffstat (limited to 'libview/ev-loading-window.c')
-rw-r--r-- | libview/ev-loading-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-loading-window.c b/libview/ev-loading-window.c index c6ce8b85..feade155 100644 --- a/libview/ev-loading-window.c +++ b/libview/ev-loading-window.c @@ -305,6 +305,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; |