Skip to content
Snippets Groups Projects
Commit 61032caa authored by Julien Bonjean's avatar Julien Bonjean
Browse files

Fixed toolbar update warning

parent 49a33bf0
Branches
Tags
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment