Skip to content
Snippets Groups Projects
Commit 777dcec4 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#10543: Make sure only current calls tab is initailized with dragndrop capabilities

parent 93697a6c
No related branches found
No related tags found
No related merge requests found
......@@ -475,7 +475,7 @@ calltree_create(calltab_t* tab, int searchbar_type)
G_CALLBACK(button_pressed),
NULL);
if (tab != history_tab && tab != contacts_tab) {
if (g_strcmp0(tab->_name, CURRENT_CALLS) == 0) {
// Make calltree reordable for drag n drop
gtk_tree_view_set_reorderable(GTK_TREE_VIEW(tab->view), TRUE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment