diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-05 09:18:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-05 09:18:15 +0800 |
commit | e9fe87ee9923aaa3bcb29e162d823267337ab274 (patch) | |
tree | 0d6c8e8c0a652c4f355a5ea7f203da52beb8747f /plugins/exchange-operations/exchange-user-dialog.c | |
parent | 54b282cf4fbac0d4dfbbe90caa2a206eb088f76d (diff) | |
download | gsoc2013-evolution-e9fe87ee9923aaa3bcb29e162d823267337ab274.tar gsoc2013-evolution-e9fe87ee9923aaa3bcb29e162d823267337ab274.tar.gz gsoc2013-evolution-e9fe87ee9923aaa3bcb29e162d823267337ab274.tar.bz2 gsoc2013-evolution-e9fe87ee9923aaa3bcb29e162d823267337ab274.tar.lz gsoc2013-evolution-e9fe87ee9923aaa3bcb29e162d823267337ab274.tar.xz gsoc2013-evolution-e9fe87ee9923aaa3bcb29e162d823267337ab274.tar.zst gsoc2013-evolution-e9fe87ee9923aaa3bcb29e162d823267337ab274.zip |
Remove some obsolete utility functions.
Diffstat (limited to 'plugins/exchange-operations/exchange-user-dialog.c')
-rw-r--r-- | plugins/exchange-operations/exchange-user-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-user-dialog.c b/plugins/exchange-operations/exchange-user-dialog.c index eec2c7bddc..823226427d 100644 --- a/plugins/exchange-operations/exchange-user-dialog.c +++ b/plugins/exchange-operations/exchange-user-dialog.c @@ -134,7 +134,7 @@ e2k_user_dialog_construct (E2kUserDialog *dialog, GTK_STOCK_OK, GTK_RESPONSE_OK, NULL); - e_dialog_set_transient_for (GTK_WINDOW (dialog), parent_window); + gtk_window_set_transient_for (GTK_WINDOW (dialog), parent_window); priv = dialog->priv; priv->section_name = g_strdup (section_name); |