From: Dirk Hohndel Date: Sat, 18 Aug 2012 13:24:49 +0000 (-0700) Subject: Fix crash when editing weight system info X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=5487606fda75f133e26900aede1430b8929f8e18;hp=5487606fda75f133e26900aede1430b8929f8e18;p=ext%2Fsubsurface.git Fix crash when editing weight system info I missed one instance where a callback function needed to be passed the widget index w_idx in the signal_connect function. It got passed a pointer to the model instead which of course blew up when trying to dereference the array with that "index". Signed-off-by: Dirk Hohndel ---