Skip to content
Snippets Groups Projects
Commit 2587b510 authored by areversat's avatar areversat
Browse files

Prepend new calls to list instead of appending them

parent 18079197
Branches
Tags
No related merge requests found
......@@ -576,7 +576,7 @@ update_call_tree_add (calltab_t* tab, call_t * c)
call_get_name(c),
call_get_number(c));
gtk_list_store_append (tab->store, &iter);
gtk_list_store_prepend (tab->store, &iter);
switch(c->state)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment