[Commits] [SCM] claws branch, master, updated. 3.10.1-122-gc3b1f98
claws at claws-mail.org
claws at claws-mail.org
Thu Jul 10 07:58:17 CEST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "claws" (Claws Mail).
The branch, master has been updated
via c3b1f98e46c26df4d33de4b280960b301c0555a6 (commit)
from 7acbddf5cb01a75d97ee210a6dde1f7289de8a14 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c3b1f98e46c26df4d33de4b280960b301c0555a6
Author: Paul <paul at claws-mail.org>
Date: Thu Jul 10 06:58:00 2014 +0100
fix bug 3173, 'quick search ignores trailing blank'
diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c
index d595c44..54b6b92 100644
--- a/src/gtk/quicksearch.c
+++ b/src/gtk/quicksearch.c
@@ -209,7 +209,6 @@ static gchar *quicksearch_get_text(QuickSearch * quicksearch)
{
gchar *search_string = gtk_editable_get_chars(GTK_EDITABLE(gtk_bin_get_child(GTK_BIN((quicksearch->search_string_entry)))), 0, -1);
- g_strstrip(search_string);
return search_string;
}
-----------------------------------------------------------------------
Summary of changes:
src/gtk/quicksearch.c | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list