From a81eaa7ef65714a3aa9bab37334fc6e157e77f6f Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 9 Apr 2012 15:45:11 +0200 Subject: [PATCH] Examine gui: remove var-is-numeric predicate from dict-view Since the factor variable can be string, this predicate is not appropriate. --- src/ui/gui/psppire-dialog-action-examine.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/gui/psppire-dialog-action-examine.c b/src/ui/gui/psppire-dialog-action-examine.c index 904beec1e8..5ecec171b9 100644 --- a/src/ui/gui/psppire-dialog-action-examine.c +++ b/src/ui/gui/psppire-dialog-action-examine.c @@ -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); -- 2.30.2