X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsort-cases-dialog.c;h=62d738c96db5ee08307d4b1e02bc69f25c730176;hb=d46430e7458fcd65dfdf7928f52f2d06fa60127d;hp=6977469b7ecdd6b101a3058b0e40c321495d896b;hpb=376bc1e2594564c432857c50f2f779093ce70710;p=pspp-builds.git diff --git a/src/ui/gui/sort-cases-dialog.c b/src/ui/gui/sort-cases-dialog.c index 6977469b..62d738c9 100644 --- a/src/ui/gui/sort-cases-dialog.c +++ b/src/ui/gui/sort-cases-dialog.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007, 2010, 2011 Free Software Foundation + Copyright (C) 2007, 2010, 2011, 2012 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 @@ -26,14 +26,15 @@ #include "dict-display.h" #include "psppire-var-view.h" +#include "builder-wrapper.h" #include "helper.h" + static void refresh (PsppireDialog *dialog, GtkTreeView *dest) { GtkTreeModel *liststore = gtk_tree_view_get_model (dest); - gtk_list_store_clear (GTK_LIST_STORE (liststore)); }