[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-411-gd92c4b1
ticho at claws-mail.org
ticho at claws-mail.org
Tue Oct 23 19:43:04 CEST 2018
The branch, gtk3 has been updated
via d92c4b17183612660a9f1e36198654c9818a3aaf (commit)
from 5ac91d89dca0a8e957165342b652ede11b611d15 (commit)
Summary of changes:
src/common/claws.c | 5 +++++
1 file changed, 5 insertions(+)
- Log -----------------------------------------------------------------
commit d92c4b17183612660a9f1e36198654c9818a3aaf
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Tue Oct 23 19:42:24 2018 +0200
Disable GTK overlay scrollbars unless the user has it explicitly enabled.
diff --git a/src/common/claws.c b/src/common/claws.c
index c216472..53b328a 100644
--- a/src/common/claws.c
+++ b/src/common/claws.c
@@ -110,6 +110,11 @@ gboolean claws_init(int *argc, char ***argv)
putenv("G_BROKEN_FILENAMES=1");
putenv("LIBOVERLAY_SCROLLBAR=0");
+ /* Disable GTK's overlay scrollbar feature, unless user has
+ * this environment variable already set. */
+ if (!g_getenv("GTK_OVERLAY_SCROLLING"))
+ putenv("GTK_OVERLAY_SCROLLING=0");
+
/* backup if old rc file exists */
if (is_file_exist(RC_DIR)) {
if (g_rename(RC_DIR, RC_DIR ".bak") < 0) {
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list