diff -r 878de3ba891b -r 148773196bc1 pidgin/plugins/gevolution/gevolution.c --- a/pidgin/plugins/gevolution/gevolution.c Mon Jul 10 07:01:04 2017 +0000 +++ b/pidgin/plugins/gevolution/gevolution.c Fri Jul 14 16:44:53 2017 -0500 @@ -393,7 +393,6 @@ /* Setup the treeview */ treeview = gtk_tree_view_new_with_model(GTK_TREE_MODEL(model)); - gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(treeview), TRUE); gtk_box_pack_start(GTK_BOX(vbox), pidgin_make_scrollable(treeview, GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS, GTK_SHADOW_IN, 300, 300), TRUE, TRUE, 0);