[Commits] [SCM] claws branch, master, updated. 3.10.0-5-g589e83e

colin at claws-mail.org colin at claws-mail.org
Tue May 27 11:50:51 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  589e83eb73893c1dd2b807420d52488bc0d0545f (commit)
      from  bdf300239810d9b56333a460b4a9520f17d54e42 (commit)


- Log -----------------------------------------------------------------
commit 589e83eb73893c1dd2b807420d52488bc0d0545f
Author: Colin Leroy <colin at colino.net>
Date:   Tue May 27 11:50:30 2014 +0200

    Automatically set gtk-auto-mnemonics on Win32; fixes bug #3179

diff --git a/src/main.c b/src/main.c
index 41d49cf..37b26d5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1060,6 +1060,10 @@ int main(int argc, char *argv[])
 			"gtk-theme-name",
 			"MS-Windows",
 			"XProperty");
+	gtk_settings_set_long_property(gtk_settings_get_default(),
+			"gtk-auto-mnemonics",
+			TRUE,
+			"XProperty");
 #endif
 
 #ifdef HAVE_NETWORKMANAGER_SUPPORT

-----------------------------------------------------------------------

Summary of changes:
 src/main.c |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list