X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpage-first-line.c;h=172f1c2697d1dc7319e5082dd2f9dd3b1fe2b119;hb=03a7b96a587a58bda342b4eb5ce5f935880ba2b7;hp=8d21e7c55c936e6d74a3a404d4e45205ed129803;hpb=0b0ca44889e637251cb5f2dbf3c7fdc4ec8b9bd7;p=pspp diff --git a/src/ui/gui/page-first-line.c b/src/ui/gui/page-first-line.c index 8d21e7c55c..172f1c2697 100644 --- a/src/ui/gui/page-first-line.c +++ b/src/ui/gui/page-first-line.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation + Copyright (C) 2008, 2009, 2010, 2011, 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 @@ -37,7 +37,6 @@ #include "libpspp/i18n.h" #include "libpspp/line-reader.h" #include "libpspp/message.h" -#include "ui/gui/checkbox-treeview.h" #include "ui/gui/dialog-common.h" #include "ui/gui/executor.h" #include "ui/gui/helper.h" @@ -52,7 +51,6 @@ #include "ui/gui/psppire-var-sheet.h" #include "ui/gui/psppire-scanf.h" -#include "gl/error.h" #include "gl/intprops.h" #include "gl/xalloc.h" @@ -152,6 +150,7 @@ create_lines_tree_view (GtkContainer *parent, struct import_assistant *ia) pspp_sheet_view_column_set_cell_data_func (column, ia->asst.fixed_renderer, render_line, NULL, NULL); pspp_sheet_view_column_set_resizable (column, TRUE); + pspp_sheet_view_column_set_expand (column, TRUE); max_line_length = 0; for (i = 0; i < ia->file.line_cnt; i++)