| 785 | | <property name="spacing">6</property> |
| 786 | | <child> |
| 787 | | <widget class="GtkCheckButton" id="gpg_save_password_checkbutton1"> |
| 788 | | <property name="visible">True</property> |
| 789 | | <property name="sensitive">False</property> |
| 790 | | <property name="can_focus">True</property> |
| 791 | | <property name="tooltip" translatable="yes">If checked, Gajim will store the password in ~/.gajim/config with 'read' permission only for you</property> |
| 792 | | <property name="label" translatable="yes">Save _passphrase (insecure)</property> |
| 793 | | <property name="use_underline">True</property> |
| 794 | | <property name="draw_indicator">True</property> |
| 795 | | <signal name="toggled" handler="on_gpg_save_password_checkbutton_toggled"/> |
| 796 | | </widget> |
| 797 | | <packing> |
| 798 | | <property name="expand">False</property> |
| 799 | | <property name="fill">False</property> |
| 800 | | </packing> |
| 801 | | </child> |
| 802 | | <child> |
| 803 | | <widget class="GtkEntry" id="gpg_password_entry1"> |
| 804 | | <property name="visible">True</property> |
| 805 | | <property name="sensitive">False</property> |
| 806 | | <property name="can_focus">True</property> |
| 807 | | <property name="visibility">False</property> |
| 808 | | <property name="invisible_char">*</property> |
| 809 | | <signal name="changed" handler="on_gpg_password_entry_changed"/> |
| 810 | | </widget> |
| 811 | | <packing> |
| 812 | | <property name="position">1</property> |
| 813 | | </packing> |
| 814 | | </child> |
| | 785 | <property name="sensitive">False</property> |
| | 786 | <property name="can_focus">True</property> |
| | 787 | <property name="tooltip" translatable="yes">If checked, Gajim will get the password from a GPG agent like seahorse</property> |
| | 788 | <property name="label" translatable="yes">Use GPG _Agent</property> |
| | 789 | <property name="use_underline">True</property> |
| | 790 | <property name="draw_indicator">True</property> |
| | 791 | <signal name="toggled" handler="on_use_gpg_agent_checkbutton_toggled"/> |
| 1223 | | <property name="spacing">6</property> |
| 1224 | | <child> |
| 1225 | | <widget class="GtkCheckButton" id="gpg_save_password_checkbutton2"> |
| 1226 | | <property name="visible">True</property> |
| 1227 | | <property name="can_focus">True</property> |
| 1228 | | <property name="tooltip" translatable="yes">If checked, Gajim will store the password in ~/.gajim/config with 'read' permission only for you</property> |
| 1229 | | <property name="label" translatable="yes">Save _passphrase (insecure)</property> |
| 1230 | | <property name="use_underline">True</property> |
| 1231 | | <property name="draw_indicator">True</property> |
| 1232 | | <signal name="toggled" handler="on_gpg_save_password_checkbutton_toggled"/> |
| 1233 | | </widget> |
| 1234 | | <packing> |
| 1235 | | <property name="expand">False</property> |
| 1236 | | <property name="fill">False</property> |
| 1237 | | </packing> |
| 1238 | | </child> |
| 1239 | | <child> |
| 1240 | | <widget class="GtkEntry" id="gpg_password_entry2"> |
| 1241 | | <property name="visible">True</property> |
| 1242 | | <property name="sensitive">False</property> |
| 1243 | | <property name="can_focus">True</property> |
| 1244 | | <property name="visibility">False</property> |
| 1245 | | <property name="invisible_char">*</property> |
| 1246 | | <signal name="changed" handler="on_gpg_password_entry_changed"/> |
| 1247 | | </widget> |
| 1248 | | <packing> |
| 1249 | | <property name="position">1</property> |
| 1250 | | </packing> |
| 1251 | | </child> |
| | 1200 | <property name="can_focus">True</property> |
| | 1201 | <property name="tooltip" translatable="yes">If checked, Gajim will get the password from a GPG agent like seahorse</property> |
| | 1202 | <property name="label" translatable="yes">Use GPG _Agent</property> |
| | 1203 | <property name="use_underline">True</property> |
| | 1204 | <property name="draw_indicator">True</property> |
| | 1205 | <signal name="toggled" handler="on_use_gpg_agent_checkbutton_toggled"/> |