commit 3a0e8459da41dc7ab67b69740cfb7bde96178f3a
parent f66f33e401447ef3c5638d115929f8e8fc36baee
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Sat, 4 May 2019 02:52:32 +0200
Make Enter key in mbox export dialog's file entry start the export
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/export.c b/src/export.c
@@ -160,6 +160,7 @@ static void export_create(void)
gtk_table_attach(GTK_TABLE(table), file_entry, 1, 2, 1, 2,
(GtkAttachOptions) (GTK_EXPAND|GTK_SHRINK|GTK_FILL),
(GtkAttachOptions) (0), 0, 0);
+ gtk_entry_set_activates_default(GTK_ENTRY(file_entry), TRUE);
src_button = gtkut_get_browse_directory_btn(_("_Browse"));
gtk_table_attach(GTK_TABLE(table), src_button, 2, 3, 0, 1,