PsppireSelector: new properties: "source-widget" and "dest-widget".
[pspp-builds.git] / src / ui / gui / select-cases-dialog.c
index 6492af28e906eab1ca377adc6faa15c6143adddd..c46595c65ef8d12e76669d4863673c254e890402 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "select-cases-dialog.h"
 #include <gtk/gtk.h>
-#include "helper.h"
+#include "executor.h"
 #include "psppire-dialog.h"
 #include "psppire-data-window.h"
 #include "psppire-selector.h"
@@ -27,6 +27,7 @@
 #include "widget-io.h"
 #include <language/syntax-string-source.h>
 #include "helper.h"
+#include <xalloc.h>
 
 
 #include <gettext.h>
@@ -331,8 +332,6 @@ select_cases_dialog (GObject *o, gpointer data)
                  GTK_SELECTION_SINGLE, NULL);
 
     psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector),
-                                  source,
-                                  entry,
                                   insert_source_row_into_entry,
                                   is_currently_in_entry,
                                   NULL);