aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-delegates-user.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exchange-operations/exchange-delegates-user.c')
-rw-r--r--plugins/exchange-operations/exchange-delegates-user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-delegates-user.c b/plugins/exchange-operations/exchange-delegates-user.c
index faf80619cb..7c1101f349 100644
--- a/plugins/exchange-operations/exchange-delegates-user.c
+++ b/plugins/exchange-operations/exchange-delegates-user.c
@@ -234,7 +234,7 @@ exchange_delegates_user_edit (ExchangeAccount *account,
NULL);
if (parent_window)
- gtk_window_set_transient_for (GTK_WINDOW (delegate_permissions), parent_window);
+ gtk_window_set_transient_for (GTK_WINDOW (delegate_permissions), GTK_WINDOW (parent_window));
dialog_vbox1 = gtk_dialog_get_content_area (GTK_DIALOG (delegate_permissions));
gtk_widget_show (dialog_vbox1);