pidgin/pidgin

fed868e592ca
Remove all of the dynamic menus from GtkConvWin

Testing Done:
Verified no new compiler warnings and that the conversation window still functions.

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