Fixed procedure execution in GUI.
[pspp-builds.git] / src / ui / gui / psppire-dict.c
index 20bc2fc32dfeccdd8d136ef14bce38fa83ea54ce..30d1ad755add8f62e37ee0262ad16f9691481db1 100644 (file)
@@ -290,6 +290,8 @@ psppire_dict_replace_dictionary (PsppireDict *dict, struct dictionary *d)
   filter_changed_callback (d, var ? var_get_dict_index (var) : -1, dict);
 
   split_changed_callback (d, dict);
+
+  dict_set_callbacks (dict->dict, &gui_callbacks, dict);
 }