aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'widgets')
-rw-r--r--widgets/ChangeLog6
-rw-r--r--widgets/misc/e-combo-button.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index 36cbd14354..2c7061c408 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-12 Hiroyuki Ikezoe <poincare@ikezoe.net>
+
+ ** Fixes bug #347182.
+ * misc/e-combo-button.c: (e_combo_button_set_label):
+ Removed needless g_return_if_fail().
+
2006-07-10 Harish Krishnaswamy <kharish@novell.com>
* table/e-cell-text.c: (ect_unrealize), (build_layout):
diff --git a/widgets/misc/e-combo-button.c b/widgets/misc/e-combo-button.c
index 1986c594fc..6a8bebb8ee 100644
--- a/widgets/misc/e-combo-button.c
+++ b/widgets/misc/e-combo-button.c
@@ -567,7 +567,6 @@ e_combo_button_set_label (EComboButton *combo_button,
g_return_if_fail (combo_button != NULL);
g_return_if_fail (E_IS_COMBO_BUTTON (combo_button));
- g_return_if_fail (label != NULL);
priv = combo_button->priv;