commit 40b67269c735beb4897f9522afdf245fc0fcb581
parent 5f7b75cf29bd6ab29e943ab1e4ca22e595549893
Author: Paul <paul@claws-mail.org>
Date: Mon, 3 Feb 2014 11:48:22 +0000
LIBOVERLAY_SCROLLBAR=0, thanks Ticho!!
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)) {