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

update call button

parent e37c4298
Branches
Tags
No related merge requests found
...@@ -160,7 +160,7 @@ toolbar_update_buttons () ...@@ -160,7 +160,7 @@ toolbar_update_buttons ()
gtk_widget_set_sensitive( GTK_WIDGET(pickupButton), TRUE); gtk_widget_set_sensitive( GTK_WIDGET(pickupButton), TRUE);
gtk_widget_set_sensitive( GTK_WIDGET(hangupButton), TRUE); gtk_widget_set_sensitive( GTK_WIDGET(hangupButton), TRUE);
g_object_ref(callButton); 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); gtk_toolbar_insert(GTK_TOOLBAR(toolbar), pickupButton, 0);
break; break;
case CALL_STATE_HOLD: case CALL_STATE_HOLD:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment