From: Carlos Garcia Campos Date: Fri, 23 Oct 2009 12:23:23 +0000 (+0200) Subject: Use gtk_window_present() when opening a copy instad of gtk_widget_show() X-Git-Tag: EVINCE_2_29_1~23 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=45d029cd41717bce71de267f862c197e134f26ab;p=evince.git Use gtk_window_present() when opening a copy instad of gtk_widget_show() --- diff --git a/shell/ev-window.c b/shell/ev-window.c index f6000bb4..c55c9f80 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -2143,7 +2143,7 @@ ev_window_open_copy_at_dest (EvWindow *window, ev_window_open_document (new_window, window->priv->document, dest, 0, NULL); - gtk_widget_show (GTK_WIDGET (new_window)); + gtk_window_present (GTK_WINDOW (new_window)); } static void