From fe9629b9e072a7a53cc886ed20194e97a48b7865 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Sat, 4 Jun 2005 23:21:20 +0000 Subject: [PATCH] fix compilation. * shell/ev-window.c (ev_window_cmd_file_properties): fix compilation. --- ChangeLog | 5 +++++ data/evince-ui.xml | 1 + shell/ev-window.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 361687ee..f3b8fb5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 4 19:20:57 2005 Jonathan Blandford + + * shell/ev-window.c (ev_window_cmd_file_properties): fix + compilation. + 2005-06-05 Nickolay V. Shmyrev * shell/ev-view.c: (view_set_adjustment_values): diff --git a/data/evince-ui.xml b/data/evince-ui.xml index a670da4c..e519b85e 100644 --- a/data/evince-ui.xml +++ b/data/evince-ui.xml @@ -29,6 +29,7 @@ + diff --git a/shell/ev-window.c b/shell/ev-window.c index aeceba8c..062dc5d7 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); -- 2.43.5