From b9b25ee459d24c0bb7132d0b87b6d7227def4d1c Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 01 Mar 2009 17:16:35 +0000 Subject: Show the 'jump to page' window in the right GdkScreen. Fixes bug #560541. 2009-03-01 Carlos Garcia Campos * libview/ev-view.c: (ev_view_goto_window_create): Show the 'jump to page' window in the right GdkScreen. Fixes bug #560541. svn path=/trunk/; revision=3504 --- (limited to 'libview/ev-view.c') diff --git a/libview/ev-view.c b/libview/ev-view.c index 4b31261..146b229 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -3248,6 +3248,8 @@ ev_view_goto_window_create (EvView *view) } view->goto_window = gtk_window_new (GTK_WINDOW_POPUP); + gtk_window_set_screen (GTK_WINDOW (view->goto_window), + gtk_widget_get_screen (GTK_WIDGET (view))); if (GTK_WINDOW (toplevel)->group) gtk_window_group_add_window (GTK_WINDOW (toplevel)->group, -- cgit v0.9.1