From: Carlos Garcia Campos Date: Sun, 1 Mar 2009 17:16:35 +0000 (+0000) Subject: Show the 'jump to page' window in the right GdkScreen. Fixes bug #560541. X-Git-Tag: EVINCE_2_25_92~8 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=b9b25ee459d24c0bb7132d0b87b6d7227def4d1c;p=evince.git 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 --- diff --git a/ChangeLog b/ChangeLog index 9a93f802..bd19399c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. + 2009-03-01 Carlos Garcia Campos * shell/ev-window.c: (ev_window_set_document), diff --git a/libview/ev-view.c b/libview/ev-view.c index 4b312615..146b2294 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,