pidgin/pidgin

Update the glade catalog for the new credential provider widgets

Testing Done:
Ran `dev-pidgin-glade` verified the errors were gone and that I could use the new widgets.

Reviewed at https://reviews.imfreedom.org/r/761/
subdir('libpurple')
subdir('protocols')
if ENABLE_GTK
subdir('pidgin')
else
pidgin_doc = []
endif
if enable_consoleui
subdir('finch')
else
finch_doc = []
endif
alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)