diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-02-23 07:09:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-02-23 07:09:16 +0800 |
commit | 7cf1665ab87b3791549a2530687638da9a0d1135 (patch) | |
tree | 82cf134329d2d48414f572e4c186698a511f5c30 /mail/mail-config.glade | |
parent | c70f26c34bfaeb2a0737db371eeec5404abd3e84 (diff) | |
download | gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar.gz gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar.bz2 gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar.lz gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar.xz gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar.zst gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.zip |
Construct the PGP Path GnomeFileEntry widget. (pgp_path_changed): Try to
2001-02-22 Jeffrey Stedfast <fejj@ximian.com>
* mail-accounts.c (construct): Construct the PGP Path
GnomeFileEntry widget.
(pgp_path_changed): Try to auto-detect which PGP type the binary
file is based on the basename (yuck).
svn path=/trunk/; revision=8353
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index da0f2fc57b..5c7753cfb9 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -3116,7 +3116,7 @@ SMTP <class>GtkVBox</class> <name>vbox38</name> <homogeneous>False</homogeneous> - <spacing>0</spacing> + <spacing>4</spacing> <widget> <class>GtkCheckButton</class> @@ -3200,6 +3200,60 @@ SMTP </child> </widget> </widget> + + <widget> + <class>GtkHBox</class> + <name>hbox41</name> + <homogeneous>False</homogeneous> + <spacing>0</spacing> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>True</fill> + </child> + + <widget> + <class>GtkLabel</class> + <name>lblPgpPath</name> + <label>PGP binary path:</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>4</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GnomeFileEntry</class> + <name>filePgpPath</name> + <max_saved>10</max_saved> + <title>Select PGP binary</title> + <directory>False</directory> + <modal>True</modal> + <child> + <padding>4</padding> + <expand>True</expand> + <fill>True</fill> + </child> + + <widget> + <class>GtkEntry</class> + <child_name>GnomeEntry:entry</child_name> + <name>combo-entry1</name> + <can_focus>True</can_focus> + <editable>True</editable> + <text_visible>True</text_visible> + <text_max_length>0</text_max_length> + <text></text> + </widget> + </widget> + </widget> </widget> <widget> |