aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-properties.c')
-rw-r--r--mail/em-folder-properties.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-folder-properties.c b/mail/em-folder-properties.c
index 711b7f3652..b2a8a47736 100644
--- a/mail/em-folder-properties.c
+++ b/mail/em-folder-properties.c
@@ -97,7 +97,7 @@ emfp_commit(EConfig *ec, GSList *items, void *data)
arg->ca_str = (char *) gtk_entry_get_text ((GtkEntry *) prop_data->widgets[i]);
break;
default:
- g_assert_not_reached ();
+ g_warning ("This shouldn't be reached\n");
break;
}
}
@@ -203,7 +203,7 @@ emfp_get_folder_item(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent,
prop_data->widgets[i] = w;
break;
default:
- g_assert_not_reached ();
+ g_warning ("This shouldn't be reached\n");
break;
}