X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-var-info.h;h=6ea20b20c99301087c6d0663b9d46d85ca0d739c;hb=3e98eec9f2c774a7c695944c15de651ecd120430;hp=90c8007697b39d40faa0ef216a1683b8897721cf;hpb=df2f1ae30c2835a39f4bc6b0c14f10a2090d9401;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-var-info.h b/src/ui/gui/psppire-dialog-action-var-info.h index 90c8007697..6ea20b20c9 100644 --- a/src/ui/gui/psppire-dialog-action-var-info.h +++ b/src/ui/gui/psppire-dialog-action-var-info.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2012 Free Software Foundation + Copyright (C) 2012, 2013, 2014 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 @@ -60,8 +60,8 @@ struct _PsppireDialogActionVarInfo /*< private >*/ gboolean dispose_has_run ; - /* Treeview containing the selected variables */ - GtkWidget *variables; + GtkWidget *variables; /* Treeview of selected variables. */ + struct psppire_output_view *output; /* Manages output layout. */ };