]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Compile fix for GTK 3.18: avoid gtk_adjustment_changed().
authorSimon Tatham <anakin@pobox.com>
Sun, 3 Apr 2016 09:10:40 +0000 (10:10 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 3 Apr 2016 09:10:40 +0000 (10:10 +0100)
commitc2c22fb16a87783d26edd3235ea9b0d3c6f414e1
tree07657822dcd21f6a002ee6f60cec4e3b9eb21982
parentef7a821bb19e657179cad5a383f3991c39a1c527
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