[Commits] [SCM] claws branch, vfolder, updated. 3.10.1-119-g3328223
miras at claws-mail.org
miras at claws-mail.org
Mon Jun 30 19:55:54 CEST 2014
The branch vfolder of project "claws" (Claws Mail) has been updated
via 332822370aebaaa14cad29c14d261a43df6480ae (commit)
via 358d3bbd9b77dab5737b37acd73dbd7ae022d29d (commit)
from ebaba4a40b5ec52be13df267917f4065273cbbbf (commit)
Summary of changes:
src/plugins/vfolder/TODO | 2 +-
src/plugins/vfolder/vfolder_prop.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 332822370aebaaa14cad29c14d261a43df6480ae
Author: Michael Rasmussen <mir at datanom.net>
Date: Mon Jun 30 19:55:16 2014 +0200
Make VFolder properties dialog unsensitive while searching
diff --git a/src/plugins/vfolder/vfolder_prop.c b/src/plugins/vfolder/vfolder_prop.c
index fcd19a7..c0b108a 100644
--- a/src/plugins/vfolder/vfolder_prop.c
+++ b/src/plugins/vfolder/vfolder_prop.c
@@ -391,6 +391,7 @@ gboolean vfolder_edit_item_dialog(VFolderItem** vitem_ptr, FolderItem* item) {
response = gtk_dialog_run(GTK_DIALOG(dialog));
if (response == GTK_RESPONSE_ACCEPT) {
+ gtk_widget_set_sensitive(GTK_WIDGET(dialog), FALSE);
str = gtk_entry_get_text(GTK_ENTRY(props_dialog->folder_name));
debug_print("VFolder name from dialog: %s\n", str);
if (! str) goto error;
commit 358d3bbd9b77dab5737b37acd73dbd7ae022d29d
Author: Michael Rasmussen <mir at datanom.net>
Date: Mon Jun 30 19:54:11 2014 +0200
Adapt
diff --git a/src/plugins/vfolder/TODO b/src/plugins/vfolder/TODO
index d6fca1e..601d987 100644
--- a/src/plugins/vfolder/TODO
+++ b/src/plugins/vfolder/TODO
@@ -2,6 +2,6 @@
folder item this will require a lot of code.
- use claws' built-in quick search. Add button to create a virtual folder
using the result of search. Since quick search has the ability to make recursive
-searches this whish depends on whether recursive behavior is implemented
+searches this wish depends on whether recursive behavior is implemented
in the VFolder plugin.
- add 'Create virtual folder' to main context menu.
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list