printers: Use consistent value for GtkBuilder signal properties
This commit is contained in:
parent
4502673b6c
commit
b7fbe4a72d
1 changed files with 6 additions and 6 deletions
|
@ -80,8 +80,8 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<signal name="changed" handler="auth_entries_changed" swapped="true"/>
|
||||
<signal name="activate" handler="auth_entries_activated" swapped="true"/>
|
||||
<signal name="changed" handler="auth_entries_changed" swapped="yes"/>
|
||||
<signal name="activate" handler="auth_entries_activated" swapped="yes"/>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
|
@ -93,8 +93,8 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<signal name="changed" handler="auth_entries_changed" swapped="true"/>
|
||||
<signal name="activate" handler="auth_entries_activated" swapped="true"/>
|
||||
<signal name="changed" handler="auth_entries_changed" swapped="yes"/>
|
||||
<signal name="activate" handler="auth_entries_activated" swapped="yes"/>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
|
@ -109,8 +109,8 @@
|
|||
<property name="visibility">False</property>
|
||||
<property name="invisible_char">*</property>
|
||||
<property name="input_purpose">password</property>
|
||||
<signal name="changed" handler="auth_entries_changed" swapped="true"/>
|
||||
<signal name="activate" handler="auth_entries_activated" swapped="true"/>
|
||||
<signal name="changed" handler="auth_entries_changed" swapped="yes"/>
|
||||
<signal name="activate" handler="auth_entries_activated" swapped="yes"/>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue