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

Fixed toolbar update warning

parent 49a33bf0
No related branches found
No related tags found
No related merge requests found
...@@ -364,7 +364,10 @@ toolbar_update_buttons () ...@@ -364,7 +364,10 @@ toolbar_update_buttons ()
gtk_widget_set_sensitive( GTK_WIDGET(recButton), TRUE); gtk_widget_set_sensitive( GTK_WIDGET(recButton), TRUE);
break; break;
default: 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; break;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment