[Commits] [SCM] claws branch, master, updated. 3.17.3-174-g3a0e845
ticho at claws-mail.org
ticho at claws-mail.org
Sat May 4 02:53:48 CEST 2019
The branch, master has been updated
via 3a0e8459da41dc7ab67b69740cfb7bde96178f3a (commit)
from f66f33e401447ef3c5638d115929f8e8fc36baee (commit)
Summary of changes:
src/export.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 3a0e8459da41dc7ab67b69740cfb7bde96178f3a
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sat May 4 02:52:32 2019 +0200
Make Enter key in mbox export dialog's file entry start the export
diff --git a/src/export.c b/src/export.c
index 86effc8..4413e54 100644
--- 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,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list