From 438a83e35e18e5616ec80507b92b5dce942c1709 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Fri, 20 Mar 2009 16:40:04 +0000 Subject: [PATCH] Fixes NB#107139, do not dim "Save button" if the wrong value for port is replaced by the minimum pmo-trunk-r8278 --- src/hildon2/modest-number-editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hildon2/modest-number-editor.c b/src/hildon2/modest-number-editor.c index 2d9226a..57d1ada 100644 --- a/src/hildon2/modest-number-editor.c +++ b/src/hildon2/modest-number-editor.c @@ -376,6 +376,7 @@ modest_number_editor_validate_value (ModestNumberEditor *editor, modest_number_editor_set_value (editor, fixup_value); g_signal_emit (editor, ModestNumberEditor_signal[RANGE_ERROR], 0, error_code, &r); add_select_all_idle (editor); + is_valid = modest_number_editor_is_valid (editor); } if (priv->is_valid != is_valid) { -- 1.7.9.5