Fri, 14 Jul 2017 16:44:53 -0500
Stop using deprecated gtk_tree_view_set_rules_hint()
gtk_tree_view_set_rules_hint() has been deprecated since Gtk 3.14 in
favor of letting the theme handle it. This patch removes use of this
function.
gevolution_SOURCES = [ 'add_buddy_dialog.c', 'assoc-buddy.c', 'gevolution.c', 'gevolution.h', 'gevo-util.c', 'new_person_dialog.c', 'eds-utils.c' ] if PLUGINS gevolution = library('gevolution', gevolution_SOURCES, dependencies : EVOLUTION_ADDRESSBOOK + [libpurple_dep, libpidgin_dep, glib], name_prefix : '', install : true, install_dir : PIDGIN_PLUGINDIR) endif