X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-weight.c;h=ec604ec97c2a32e5784e97e484cc366dd8f937ec;hb=37d4cd28edb71f5559642108ed035c478525bec1;hp=79f7254c55c8676e2cc798c8cf3a24707a822b19;hpb=258cbd9cdf386687122b0854274923acafc786d4;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-weight.c b/src/ui/gui/psppire-dialog-action-weight.c index 79f7254c55..ec604ec97c 100644 --- a/src/ui/gui/psppire-dialog-action-weight.c +++ b/src/ui/gui/psppire-dialog-action-weight.c @@ -148,11 +148,11 @@ psppire_dialog_action_weight_activate (PsppireDialogAction *pda) "selection-mode", GTK_SELECTION_SINGLE, "predicate", var_is_numeric, NULL); - + psppire_selector_set_filter_func (PSPPIRE_SELECTOR (selector), is_currently_in_entry); } - + psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid); psppire_dialog_action_set_refresh (pda, refresh);