aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-config.c')
-rw-r--r--widgets/table/e-table-config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/table/e-table-config.c b/widgets/table/e-table-config.c
index 9d8afdb20b..4ec25b0900 100644
--- a/widgets/table/e-table-config.c
+++ b/widgets/table/e-table-config.c
@@ -1182,7 +1182,10 @@ e_table_config_new (const char *header,
return NULL;
}
+ gtk_dialog_set_response_sensitive (GTK_DIALOG (config->dialog_toplevel),
+ GTK_RESPONSE_APPLY, FALSE);
gtk_widget_show (config->dialog_toplevel);
+
return E_TABLE_CONFIG (config);
}