simon-git: putty (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sun Nov 22 23:13:19 GMT 2015
TL;DR:
50d73d9 Implement align_label_left for GTK 3.[14,16).
Repository: git://git.tartarus.org/simon/putty.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2015-11-22 23:13:19
commit 50d73d95dacb1f9003151f226552e38cdcbb657b
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=50d73d95dacb1f9003151f226552e38cdcbb657b;hp=e1c2307cdd20366cf641811444ce23fac0d1b57c
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Nov 22 21:47:21 2015 +0000
Implement align_label_left for GTK 3.[14,16).
gtk_misc_set_alignment was deprecated in GTK 3.14. But my replacement
code using gtk_label_set_xalign doesn't work there, because that
function wasn't introduced until GTK 3.16, so there are two minor
versions in the middle where a third strategy is needed.
unix/gtkmisc.c | 2 ++
1 file changed, 2 insertions(+)
More information about the tartarus-commits
mailing list