Fri, 16 Sep 2022 01:54:11 -0500
Change the credential provider row active indicator to a CheckButton
Because I noticed that Adw has a style that is for this sort of thing.
Testing Done:
Opened Credential prefs, and changed selected provider. Also checked that clicking the check button didn't accidentally change its state without changing the row, and that it could not be selected by keyboard separately from the row.
Reviewed at https://reviews.imfreedom.org/r/1775/
|
41665
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
1 | spellchk = library('spellchk', 'spellchk.c', |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
2 | c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-SpellCheck"'], |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
3 | dependencies : [libpurple_dep, libpidgin_dep, glib], |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
4 | name_prefix : '', |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
5 | build_by_default: false, |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
6 | install : false, install_dir : PIDGIN_PLUGINDIR) |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
7 | |
|
149e5ba1e807
Move Pidgin plugins into their own subdirectories
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
8 | devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir()) |