Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-10-23 12:23:23 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-10-23 12:24:03 (GMT)
commit45d029cd41717bce71de267f862c197e134f26ab (patch)
tree0c6526c8c21357d6bcf081330cdcef11fa96464a /shell/ev-window.c
parentfa9253424503086e597a82f2d289cfa8bff01e89 (diff)
Use gtk_window_present() when opening a copy instad of gtk_widget_show()
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index f6000bb..c55c9f8 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