Fix crash when changing variable formats in data import dialog.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 23 Jul 2013 19:47:38 +0000 (21:47 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 23 Jul 2013 19:47:38 +0000 (21:47 +0200)
commitff45dfd3c600b46682cb34dbe37830813c310e24
treef3e7be6da0f117b34c3e60c00aa27fd08b04797e
parentbcd3924d7e3376d243fa264014a5266f25d67ef5
Fix crash when changing variable formats in data import dialog.

Recent changes altered the CHANGE_VARIABLE signal handler signature,
but this handler had not been updated.

Reported-by: dr soumalya ray <drsoumalya-ray@yahoo.co.in>
src/ui/gui/page-formats.c