pidgin/pidgin

Use Adwaita widgets in status editor

15 months ago, Elliott Sales de Andrade
4784cd60a1f8
Use Adwaita widgets in status editor

The `PidginStatusChooser` is also changed from a `GtkDropDown` to a `AdwComboRow` as everything that uses it is now in an `AdwPreferencesGroup`.

Also simplifies a bit of the status editor by using responses instead of widgets.

Testing Done:
Compiled and opened Statuses, modified an existing one and confirmed the dialog was reloaded correctly and appeared to work.

Reviewed at https://reviews.imfreedom.org/r/2396/
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema path="/finch/plugins/tinyurl/" id="im.pidgin.Finch.plugin.TinyURL">
<key name="length" type="i">
<default>30</default>
<summary>Minimum conversion length</summary>
<description>
Only create TinyURL for URLs of this length or greater.
</description>
</key>
<key name="url" type="s">
<default>"http://tinyurl.com/api-create.php?url="</default>
<summary>URL generator prefix</summary>
<description>
TinyURL (or other) address prefix.
</description>
</key>
</schema>
</schemalist>