simon-git: putty (master): Jacob Nevins

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Dec 20 12:06:00 GMT 2017


TL;DR:
  5f76048 Let puttyapp/ptermapp build against old Gtk 3.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2017-12-20 12:06:00

commit 5f7604888bcd5a2a96392874b947f4a74056d303
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=5f7604888bcd5a2a96392874b947f4a74056d303;hp=599bab84a1019ccd6228dcc5a8bf8b9a33a96452
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Wed Dec 20 11:55:51 2017 +0000

    Let puttyapp/ptermapp build against old Gtk 3.
    
    gtk_application_set_accels_for_action() is new in Gtk 3.12, but (e.g.)
    Ubuntu 14.04 LTS still ships with Gtk 3.10.
    On the other hand, the function I've used instead,
    gtk_application_add_accelerator(), is deprecated from Gtk 3.14 onwards,
    indicating that it will disappear in some future version, so I've left
    the newer code in against that day.

 unix/gtkapp.c | 8 ++++++++
 1 file changed, 8 insertions(+)



More information about the tartarus-commits mailing list