qulogic/pidgin

Make PidginInfoPane generic

5 months ago, Gary Kramlich
ddaa27826ccc
Make PidginInfoPane generic

This removes the conversation property and replaces it with title and subtitle
properties.

It also adds a child property so that user can add custom widgets.

Testing Done:
Opened some conversations and verified everything still worked as expected without any warnings or errors.

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