Skip to content
Snippets Groups Projects
Commit c11e979f authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

update call button

parent e37c4298
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ toolbar_update_buttons ()
gtk_widget_set_sensitive( GTK_WIDGET(pickupButton), TRUE);
gtk_widget_set_sensitive( GTK_WIDGET(hangupButton), TRUE);
g_object_ref(callButton);
gtk_container_remove(GTK_CONTAINER(toolbar), GTK_WIDGET(holdButton));
gtk_container_remove(GTK_CONTAINER(toolbar), GTK_WIDGET(callButton));
gtk_toolbar_insert(GTK_TOOLBAR(toolbar), pickupButton, 0);
break;
case CALL_STATE_HOLD:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment