simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Apr 3 10:12:38 BST 2016


TL;DR:
  c2c22fb Compile fix for GTK 3.18: avoid gtk_adjustment_changed().

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:           2016-04-03 10:12:38

commit c2c22fb16a87783d26edd3235ea9b0d3c6f414e1
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=c2c22fb16a87783d26edd3235ea9b0d3c6f414e1;hp=ef7a821bb19e657179cad5a383f3991c39a1c527
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Apr 3 10:10:40 2016 +0100

    Compile fix for GTK 3.18: avoid gtk_adjustment_changed().
    
    That function is deprecated as of 3.18, on the basis that GTK doesn't
    need telling any more when the adjustment's owning widget needs
    updating. So we just need to condition out the call.

 unix/gtkwin.c |    2 ++
 1 file changed, 2 insertions(+)



More information about the tartarus-commits mailing list