]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix relative positioning between two new elements in gprefs().
authorSimon Tatham <anakin@pobox.com>
Sun, 27 Mar 2016 19:06:33 +0000 (20:06 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 27 Mar 2016 19:06:33 +0000 (20:06 +0100)
commitddb1fc15a15990036065c368ba243f8d5db853ef
tree25aa9406510404180cdec2a40eaf871ea53781f3
parent940a82fd377757ffb792648f561dfa70d8d99b01
Fix relative positioning between two new elements in gprefs().

It was only prepared to position a new element relative to an existing
one if the latter was specified in the saved configuration, not if the
latter was another element new to this run of gprefs(). This wasn't
deliberate at all: it was just due to me failing to update the 'seen'
bitmap in the loop adding new elements.
settings.c