Save window contents on closing.
[pspp-builds.git] / src / ui / gui / psppire-data-store.c
index 1bbd2bb8e517ddb48dd989a9734a88f9c46f1dc5..c8804f48ba0ee5a0a974fe459302e38e8fe4dd9a 100644 (file)
@@ -311,9 +311,9 @@ delete_variable_callback (GObject *obj, gint dict_index,
 static void
 variable_changed_callback (GObject *obj, gint var_num, gpointer data)
 {
+#if AXIS_TRANSITION
   PsppireDataStore *store  = PSPPIRE_DATA_STORE (data);
 
-#if AXIS_TRANSITION
   psppire_sheet_column_columns_changed (PSPPIRE_SHEET_COLUMN (store),
                                  var_num, 1);