Sat, 29 Oct 2022 00:53:33 -0500
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/
gestures_SOURCES = [ 'gestures.c', 'gstroke.h', 'gstroke-internal.h', 'stroke.c', 'stroke-draw.c' ] gestures = library('gestures', gestures_SOURCES, c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Gestures"'], dependencies : [libpurple_dep, libpidgin_dep, glib], name_prefix : '', build_by_default : false, # FIXME: Port to GTK4 install : false, install_dir : PIDGIN_PLUGINDIR) devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())