Merge remote branch 'origin/master' into import-gui
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 8 Mar 2013 13:14:26 +0000 (14:14 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 8 Mar 2013 13:14:26 +0000 (14:14 +0100)
Conflicts:
src/ui/gui/psppire-spreadsheet-model.c

src/ui/gui/psppire-spreadsheet-model.c

index 5c004a8446f90999e1ca17e1ab8570d1c8e3a407..f5be69d8705981d52300008499046662675ebafc 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
+/* This file implements a GtkTreeModel.  It allows GtkComboBox and 
+   GtkTreeView to display the names and non-empty cell ranges of the
+   sheets aka "Tables" of spreadsheet files.
+   It doesn't take any notice of the spreadsheet data itself.
+*/
 
 #include <config.h>
 #include <glib.h>