X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-recode.h;h=a4116da265f3d9ede8bfdc09d525d7e6161a729c;hb=c2b19a85c1d156d72f1b853bffdcca2c2690e79c;hp=06c527e72f11f617a89f54144340da84efed8aa6;hpb=e1c4d5d0f0c63ef20927ac2cd7f9ff4e7e4cf5c5;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-recode.h b/src/ui/gui/psppire-dialog-action-recode.h index 06c527e72f..a4116da265 100644 --- a/src/ui/gui/psppire-dialog-action-recode.h +++ b/src/ui/gui/psppire-dialog-action-recode.h @@ -88,6 +88,7 @@ struct _PsppireDialogActionRecode GtkWidget *new_name_entry; GtkWidget *new_label_entry; GtkWidget *change_button; + GtkWidget *old_and_new; GtkWidget *output_variable_box; @@ -108,7 +109,7 @@ GType psppire_dialog_action_recode_get_type (void) ; void psppire_dialog_action_recode_refresh (PsppireDialogAction *); GtkBuilder * psppire_dialog_action_recode_pre_activate (PsppireDialogActionRecode *act, - void (*populate_treeview) (PsppireDialogActionRecode *) ); + void (*populate_treeview) (PsppireDialogActionRecode *)); GType new_value_get_type (void);