E: gadcon width adjustment was entering an infinite loop if no gadget had autoscroll...
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Mon, 31 Oct 2011 23:22:07 +0000 (23:22 +0000)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Mon, 31 Oct 2011 23:22:07 +0000 (23:22 +0000)
commita98518a9de4ad64f57bb7fbd31f2b2cb78ea95c9
treec1ba0fb80ed33af40dee79dfc497087753248da9
parent3b79866b9a93acd934d632ab62af8624d4cc3647
E: gadcon width adjustment was entering an infinite loop if no gadget had autoscroll enabled
the 'need' variable had to be initialized to 0, and a break condition for the loop
also needed to be added otherwise we'd end up in an infinite loop if no gadget
had autoscroll (in which case, the need var was never modified).

SVN revision: 64587
src/bin/e_gadcon.c