commit d38ab508ad6133ddaa9524318bd9fef6fd2a1846
parent e035ca4f0844b022399f82d323e3839c2f577e9a
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
@@ -159,6 +159,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,