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

fix bug #1090

parent 8ea76fce
Branches
Tags
No related merge requests found
......@@ -928,7 +928,7 @@ show_popup_menu_contacts(GtkWidget *my_widget, GdkEventButton *event)
gboolean remove = FALSE;
gboolean accounts = FALSE;
call_t * selectedCall = calltab_get_selected_call( history );
call_t * selectedCall = calltab_get_selected_call( contacts );
if (selectedCall)
{
remove = TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment