Import Assistant: Fix generation of /DELIMITERS subcommand
[pspp] / src / ui / gui / psppire-dialog-action-recode-same.c
index 975ff8cead8f826430d0ef5deb6aaaf0f6f3abbd..f0e31c795e23809e24f04a70b0a15c210dc9da49 100644 (file)
@@ -58,7 +58,7 @@ dialog_state_valid (gpointer data)
 {
   PsppireDialogActionRecode *rd = data;
   GtkTreeIter not_used;
-      
+
   if ( ! rd->value_map )
     return FALSE;
 
@@ -106,7 +106,7 @@ psppire_dialog_action_recode_same_activate (PsppireDialogAction *a)
 
   gtk_window_set_title (GTK_WINDOW (pda->dialog),
                        _("Recode into Same Variables"));
-  
+
   g_signal_connect_swapped (act->old_and_new_dialog, "show",
                            G_CALLBACK (on_old_new_show), act);
 
@@ -114,14 +114,11 @@ psppire_dialog_action_recode_same_activate (PsppireDialogAction *a)
                        _("Recode into Same Variables: Old and New Values"));
 
   gtk_widget_hide (act->output_variable_box);
-  
+
   psppire_dialog_action_set_refresh (pda, refresh);
 
   psppire_dialog_action_set_valid_predicate (pda,
                                        dialog_state_valid);
-
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_recode_same_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_recode_same_parent_class)->activate (pda);
 }
 
 static void