Examine gui: remove var-is-numeric predicate from dict-view 20120410030503/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 9 Apr 2012 13:45:11 +0000 (15:45 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 9 Apr 2012 13:45:11 +0000 (15:45 +0200)
Since the factor variable can be string, this predicate is not appropriate.

src/ui/gui/psppire-dialog-action-examine.c

index 904beec1e810b2abc416bb483a7461c6a7ee39ef..5ecec171b9ac45760d910c8a80b995c14f3764d2 100644 (file)
@@ -224,7 +224,6 @@ psppire_dialog_action_examine_activate (GtkAction *a)
 
   g_object_set (pda->source,
                "model", pda->dict,
-               "predicate", var_is_numeric,
                NULL);
 
   psppire_dialog_action_set_valid_predicate (pda, (void *) dialog_state_valid);