pidgin/pidgin

Add a gtk-config-frame-cb property to PidginPluginInfo as it used to be there and some plugins were still trying to set it.

Testing Done:
ran in a devenv with `G_DEBUG=fatal-warnings gdb --args pidgin3` and verified that the program didn't halt on the gestures plugin anymore.

Reviewed at https://reviews.imfreedom.org/r/1090/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)