Fix property warning when requesting an int field

Review Request #2291 — Created Feb. 26, 2023 and submitted

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.

Summary ID
Fix property warning when requesting an int field
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.
1541efe88e27bbe181af26e41b0aee940a4c0216
grim
  1. Ship It!
  2. Nice work, thanks!!

  3. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...