pidgin/pidgin

Remove unused callback in account editor

14 months ago, Elliott Sales de Andrade
c8bf9a5663b1
Remove unused callback in account editor

It is no longer a dialog, and has no reference to a response callback in the `.ui` any more.

Also, fix the added CSS class.

Testing Done:
Compiled, and opened and closed the account editor.

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