pidgin/plugins/meson.build

Sat, 29 Oct 2022 00:53:33 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sat, 29 Oct 2022 00:53:33 -0500
changeset 41858
38e61d11b89f
parent 41827
c0c9eeca7d4b
child 42061
93ab30300b06
permissions
-rw-r--r--

Migrate the static fields in PidginAccountEditor to AdwEntryRow

I also moved the proxy port to an entry row instead of using a spin button. In
Pidgin 2 we just used an entry and used atoi() on it, so that's what I'm doing
here.

Testing Done:
Modified the alias and proxy settings and made sure they were saved properly.

Reviewed at https://reviews.imfreedom.org/r/1994/

subdir('disco')
subdir('gestures')
subdir('gtkbuddynote')
subdir('iconaway')
subdir('notify')
subdir('spellchk')
subdir('transparency')
subdir('unity', if_found : UNITY)
subdir('xmppconsole')

mercurial