[Commits] [SCM] claws branch, master, updated. 3.9.3-15-g40b6726
claws at claws-mail.org
claws at claws-mail.org
Mon Feb 3 12:48:28 CET 2014
The branch master of project "claws" (Claws Mail) has been updated
via 40b67269c735beb4897f9522afdf245fc0fcb581 (commit)
from 5f7b75cf29bd6ab29e943ab1e4ca22e595549893 (commit)
- Log -----------------------------------------------------------------
commit 40b67269c735beb4897f9522afdf245fc0fcb581
Author: Paul <paul at claws-mail.org>
Date: Mon Feb 3 11:48:22 2014 +0000
LIBOVERLAY_SCROLLBAR=0, thanks Ticho!!
diff --git a/src/common/claws.c b/src/common/claws.c
index c7517f8..c216472 100644
--- a/src/common/claws.c
+++ b/src/common/claws.c
@@ -108,6 +108,7 @@ gboolean claws_init(int *argc, char ***argv)
textdomain(PACKAGE);
#endif /*ENABLE_NLS*/
putenv("G_BROKEN_FILENAMES=1");
+ putenv("LIBOVERLAY_SCROLLBAR=0");
/* backup if old rc file exists */
if (is_file_exist(RC_DIR)) {
-----------------------------------------------------------------------
Summary of changes:
src/common/claws.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list