pidgin/pidgin

23137e3bd76d
Align the account manager to the top rather than center

Testing Done:
Ran and verified the changes.

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