[libgda/LIBGDA_4.2] GdauiEntryCombo correction



commit 8444393be60bda7f66066423f86286713af7574f
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Jan 24 18:35:12 2012 +0100

    GdauiEntryCombo correction

 libgda-ui/data-entries/gdaui-entry-combo.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/libgda-ui/data-entries/gdaui-entry-combo.c b/libgda-ui/data-entries/gdaui-entry-combo.c
index ba67a64..c3effc6 100644
--- a/libgda-ui/data-entries/gdaui-entry-combo.c
+++ b/libgda-ui/data-entries/gdaui-entry-combo.c
@@ -541,9 +541,8 @@ gdaui_entry_combo_set_values (GdauiEntryCombo *combo, GSList *values)
 	combo->priv->data_valid = !err;
 	g_signal_emit_by_name (G_OBJECT (combo), "status-changed");
 
-	if (!err) 
-		/* notify the status and contents changed */
-		gdaui_entry_combo_emit_signal (combo);
+	/* notify the status and contents changed */
+	gdaui_entry_combo_emit_signal (combo);
 
 	return !err;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]