diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-folder-size-display.c')
-rw-r--r-- | plugins/exchange-operations/exchange-folder-size-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-folder-size-display.c b/plugins/exchange-operations/exchange-folder-size-display.c index 1a916a9f1b..8db56b80a2 100644 --- a/plugins/exchange-operations/exchange-folder-size-display.c +++ b/plugins/exchange-operations/exchange-folder-size-display.c @@ -119,7 +119,7 @@ exchange_folder_size_display (GtkListStore *model, GtkWidget *parent) table = glade_xml_get_widget (xml, "folder_treeview"); g_object_unref (xml); - e_dialog_set_transient_for (GTK_WINDOW (dialog), parent); + gtk_window_set_transient_for (GTK_WINDOW (dialog), parent); /* fsize->parent = parent; */ /* Set up the table */ |