X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-indep-samps.h;h=672a40307448f3e0fdcb1abd9a65c157c40d73f5;hb=9b00b43dcc1afbaedd5b104fdfb622e2edcf25f3;hp=359640df7e7629c668fa1ca63dbae71b123051df;hpb=3255c12b6a9c2f4217d6df0649556d8e45c954ed;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-indep-samps.h b/src/ui/gui/psppire-dialog-action-indep-samps.h index 359640df7e..672a403074 100644 --- a/src/ui/gui/psppire-dialog-action-indep-samps.h +++ b/src/ui/gui/psppire-dialog-action-indep-samps.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2012 Free Software Foundation + Copyright (C) 2012, 2016 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -76,6 +76,7 @@ struct _PsppireDialogActionIndepSamps /* The variable which determines to which group a datum belongs */ const struct variable *grp_var; + int grp_var_width; /* The GtkEntry which holds the reference to the above variable */ GtkWidget *group_var_entry;