Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@src.gnome.org>2005-06-04 23:21:20 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-06-04 23:21:20 (GMT)
commitfe9629b9e072a7a53cc886ed20194e97a48b7865 (patch)
treeae4aa4881491ba5d8d76362f36201530f7ff2503 /shell
parent8d43cc37d782fdaa65c8f68b94502ef62382fc6c (diff)
fix compilation.
* shell/ev-window.c (ev_window_cmd_file_properties): fix compilation.
Diffstat (limited to 'shell')
-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 aeceba8..062dc5d 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -1202,7 +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_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (ev_window));
gtk_dialog_run (dialog);
gtk_widget_destroy (GTK_WIDGET (dialog));
ev_document_info_free (info);