Use a more reliable way of setting the initial state of PsppireDialogAction objects.
[pspp] / src / ui / gui / psppire-dialog-action-recode.h
index 8b67e425d913f0e56b5ae4dbd6f9a5c354804b95..06c527e72f11f617a89f54144340da84efed8aa6 100644 (file)
@@ -107,7 +107,8 @@ GType psppire_dialog_action_recode_get_type (void) ;
 
 void psppire_dialog_action_recode_refresh (PsppireDialogAction *);
 
-void psppire_dialog_action_recode_pre_activate (PsppireDialogActionRecode *act, void (*populate_treeview) (PsppireDialogActionRecode *) );
+GtkBuilder * psppire_dialog_action_recode_pre_activate (PsppireDialogActionRecode *act,
+                                                       void (*populate_treeview) (PsppireDialogActionRecode *) );
 
 
 GType new_value_get_type (void);