[Commits] [SCM] claws branch, master, updated. 3.14.1-26-gbac0338
ticho at claws-mail.org
ticho at claws-mail.org
Fri Dec 2 12:49:15 CET 2016
The branch, master has been updated
via bac0338c953b47c86c788aaa7302c973c99a7155 (commit)
from 681532e4c5ece8ee0229a030770979b3e4f81871 (commit)
Summary of changes:
src/main.c | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit bac0338c953b47c86c788aaa7302c973c99a7155
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Fri Dec 2 12:48:30 2016 +0100
Enable icons of stock GTK buttons on Windows.
diff --git a/src/main.c b/src/main.c
index 3d2ecce..a38cbd8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1067,6 +1067,10 @@ int main(int argc, char *argv[])
"gtk-auto-mnemonics",
TRUE,
"XProperty");
+ gtk_settings_set_long_property(gtk_settings_get_default(),
+ "gtk-button-images",
+ TRUE,
+ "XProperty");
#endif
#ifdef HAVE_NETWORKMANAGER_SUPPORT
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list