Fix property warning when requesting an int field

Review Request #2291 — Created Feb. 25, 2023 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

The GtkSpinButton does not have an activates-default property, and so this
warned when creating an integer request field.

But setup_entry_field is only called in two places, so we can inline the
property setting to the place that needs it.

Opened a request with an int field.

Commits

Files

    Loading...