Changed the signature of the VARIABLE_CHANGED signal to take the WHAT and OLDVAR...
[pspp] / src / ui / gui / psppire-var-sheet.c
index 970da7dfbcb491c81ce21e3f0ee5a3cb38c51189..9d23cb9656aa814017d524b88e1b775552dd984c 100644 (file)
@@ -1288,7 +1288,9 @@ refresh_model (PsppireVarSheet *var_sheet)
 }
 
 static void
-on_var_changed (PsppireDict *dict, glong row, PsppireVarSheet *var_sheet)
+on_var_changed (PsppireDict *dict, glong row,
+               guint what, const struct variable *oldvar,
+               PsppireVarSheet *var_sheet)
 {
   PsppireEmptyListStore *store;