qulogic/pidgin

94bc1dfe8233
Set some much needed properties on PidginConversation

This sets a bunch of properties on the Input widget in PidginConversation.

* wrap-mode is set to word-char as it should have been.
* input mode is set to free form.
* input hints turns on spellchecking, emoji, and word-completion.

Testing Done:
Joined an IRC channel and typed some really long lines.

Reviewed at https://reviews.imfreedom.org/r/2796/
i18n = import('i18n')
# use the glib preset which is defined at
# https://github.com/mesonbuild/meson/blob/master/mesonbuild/modules/i18n.py#L93
# at the time of this comment.
i18n.gettext(GETTEXT_PACKAGE, preset : 'glib')
devenv.append('PURPLE_LOCALE_DIR', meson.current_build_dir())