diff --git a/gnome/src/contacts/calltree.c b/gnome/src/contacts/calltree.c
index b8c2aab7fd6867b536d21e524e1c09dc9fb5e012..9e398d9b4662fa6a3a62adcfe72efeae68ca84c4 100644
--- a/gnome/src/contacts/calltree.c
+++ b/gnome/src/contacts/calltree.c
@@ -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);