Skip to content
Snippets Groups Projects
Commit 24c07ffc authored by Pierre-Luc Beaudoin's avatar Pierre-Luc Beaudoin
Browse files

Hang up on ringing calls

parent 0886c28e
Branches
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ hang_up( GtkWidget *widget, gpointer data )
case CALL_STATE_CURRENT:
case CALL_STATE_HOLD:
case CALL_STATE_DIALING:
case CALL_STATE_RINGING:
dbus_hang_up (selectedCall);
break;
case CALL_STATE_INCOMING:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment