diff --git a/sflphone-gtk/src/toolbar.c b/sflphone-gtk/src/toolbar.c index 85dca74623bdbbc54a402db87ec47a231daeba0a..1e6b6bc5d083737c67af3d076c2402035157aa44 100644 --- a/sflphone-gtk/src/toolbar.c +++ b/sflphone-gtk/src/toolbar.c @@ -364,7 +364,10 @@ toolbar_update_buttons () gtk_widget_set_sensitive( GTK_WIDGET(recButton), TRUE); break; default: - g_warning("Toolbar update - Should not happen!"); + // Fix bug #1145 + // Actually it could happen when sflphone_fill_account_list() + // call this function and no "call" is selected + // g_warning("Toolbar update - Should not happen!"); break; } }