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:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-04 22:53:48 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-04 22:53:48 (GMT)
commit8d43cc37d782fdaa65c8f68b94502ef62382fc6c (patch)
tree6421e2ffe2f91bdabb01a152ae284db8e8ccf2b0 /shell/ev-window.c
parent07d12ea402c007f4d9ef30dff8f653a3bd3a1583 (diff)
A bit different fix for rounding problem but it has no
problems on startup. Make properties window transient to parent.
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 2404001..aeceba8 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -1202,6 +1202,7 @@ ev_window_cmd_file_properties (GtkAction *action, EvWindow *ev_window)
info = ev_document_get_info (document);
dialog = ev_properties_new (info, fonts);
+ gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW(window));
gtk_dialog_run (dialog);
gtk_widget_destroy (GTK_WIDGET (dialog));
ev_document_info_free (info);