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=45ad47c91e62bdb802eb88e44e9f469956d24f34;hp=06c527e72f11f617a89f54144340da84efed8aa6;hpb=e5ed663e9f1998c1c2409a668288d4e5d496beda;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);