Sat, 09 Sep 2017 05:12:28 -0400
Add pidgin_menu_popup_at_treeview_selection.
This wraps the previous helper function into a private function and
also uses the new gtk_menu_popup_at_rect instead for newer GTK+.
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