[Commits] [SCM] claws branch, master, updated. 3.11.1-216-g4e7ed5b
claws at claws-mail.org
claws at claws-mail.org
Thu Jul 16 13:55:27 CEST 2015
The branch, master has been updated
via 4e7ed5bd3886c7e13d082cbf6ec7fb09bfa7d1bb (commit)
from 65f1e6e443997d3b1345f4707d2daa51703d1bf5 (commit)
Summary of changes:
src/plugins/managesieve/sieve_editor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 4e7ed5bd3886c7e13d082cbf6ec7fb09bfa7d1bb
Author: Paul <paul at claws-mail.org>
Date: Thu Jul 16 12:55:24 2015 +0100
revert without breaking stuff
(fix for last commit)
diff --git a/src/plugins/managesieve/sieve_editor.c b/src/plugins/managesieve/sieve_editor.c
index 332ca9f..7dc9577 100644
--- a/src/plugins/managesieve/sieve_editor.c
+++ b/src/plugins/managesieve/sieve_editor.c
@@ -664,7 +664,7 @@ static void sieve_editor_set_modified(SieveEditorPage *page,
modified);
title = g_strdup_printf(_("%s - Sieve Filter%s"), page->script_name,
- modified ? " [Edited]") : "");
+ modified ? " [Edited]" : "");
gtk_window_set_title (GTK_WINDOW (page->window), title);
g_free(title);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list