aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-02-05 02:36:43 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-02-05 02:36:43 +0800
commit5c115620f8190d60535b8fa506102bdb5be31932 (patch)
tree9a79e26f037a379416930b0a00ce576d30b086ac
parentb49e081892dce4d74a52044f4e2660200864ca60 (diff)
downloadgsoc2013-evolution-5c115620f8190d60535b8fa506102bdb5be31932.tar.gz
gsoc2013-evolution-5c115620f8190d60535b8fa506102bdb5be31932.tar.zst
gsoc2013-evolution-5c115620f8190d60535b8fa506102bdb5be31932.zip
Set the border widths for the dialog internal container widgets to be HIG
2005-02-04 Rodney Dawes <dobey@novell.com> * gui/ca-trust-dialog.c (ca_trust_dialog_new): Set the border widths for the dialog internal container widgets to be HIG compliant * gui/smime-ui.glade: Set the vbox spacing to 12 for HIG compliance svn path=/trunk/; revision=28712
-rw-r--r--smime/ChangeLog7
-rw-r--r--smime/gui/ca-trust-dialog.c5
-rw-r--r--smime/gui/smime-ui.glade2
3 files changed, 13 insertions, 1 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog
index cfe556db97..4fcf9764a0 100644
--- a/smime/ChangeLog
+++ b/smime/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-04 Rodney Dawes <dobey@novell.com>
+
+ * gui/ca-trust-dialog.c (ca_trust_dialog_new): Set the border widths
+ for the dialog internal container widgets to be HIG compliant
+
+ * gui/smime-ui.glade: Set the vbox spacing to 12 for HIG compliance
+
2004-11-23 Not Zed <NotZed@Ximian.com>
* gui/certificate-manager.c (delete_ca): don't remove the tree
diff --git a/smime/gui/ca-trust-dialog.c b/smime/gui/ca-trust-dialog.c
index b0dc07001e..f5c2aba259 100644
--- a/smime/gui/ca-trust-dialog.c
+++ b/smime/gui/ca-trust-dialog.c
@@ -81,6 +81,11 @@ ca_trust_dialog_show (ECert *cert, gboolean importing)
ctd_data->gui = glade_xml_new (EVOLUTION_GLADEDIR "/" GLADE_FILE_NAME, NULL, NULL);
ctd_data->dialog = glade_xml_get_widget (ctd_data->gui, "ca-trust-dialog");
+
+ gtk_widget_ensure_style (ctd_data->dialog);
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (ctd_data->dialog)->vbox), 0);
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (ctd_data->dialog)->action_area), 12);
+
ctd_data->cert = g_object_ref (cert);
ctd_data->ssl_checkbutton = glade_xml_get_widget (ctd_data->gui, "ssl_trust_checkbutton");
diff --git a/smime/gui/smime-ui.glade b/smime/gui/smime-ui.glade
index 240cf2de6f..52eb4df26f 100644
--- a/smime/gui/smime-ui.glade
+++ b/smime/gui/smime-ui.glade
@@ -1918,7 +1918,7 @@
<property name="border_width">12</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
- <property name="spacing">0</property>
+ <property name="spacing">12</property>
<child>
<widget class="GtkLabel" id="ca-trust-label">
76 * security/p5-Crypt-SMIME: fix build dependspi2014-08-071-0/+6 * security/p5-GnuPG-Interface: fix BUILD/RUN dependspi2014-08-071-0/+2 * - Update to 2.34sunpoet2014-08-072-3/+3 * security/p5-openxpki-i18n: update to 0.19.0.1wg2014-08-073-6/+6 * security/p5-openxpki: update to 0.19.0.1wg2014-08-074-25/+24 * Update pgpdump to 0.29johans2014-08-062-3/+3 * Remove USE_GNOME=ltverhack because USES=libtool already handles thattijl2014-08-061-1/+1 * Mark the critical warning as an error, and bump PORTREVISION,mandree2014-08-061-1/+3 * Remove reference to my_init and my_fini. These functions were causinghrs2014-08-062-7/+13 * In some straightforward situations, protect examples behind PORTEXAMPLES,adamw2014-08-064-7/+7 * Bump PORTREVISION on more ports that depend on libgcrypt after the updatetijl2014-08-0615-14/+15 * security/p5-Crypt-SMIME: 0.13 -> 0.14pi2014-08-052-8/+3 * security/p5-openxpki-i18n: update to 0.14.0.1wg2014-08-054-27/+30 * Remove deprecated p5-openxpki ports:wg2014-08-0514-302/+0 * Un-hardcode gccadamw2014-08-051-1/+4 * - Switch to USES=libtoolamdmi32014-08-051-1/+2 * - Switch to USES=libtoolamdmi32014-08-051-1/+2 * - Add CPE supportjhale2014-08-041-1/+3 * Update to 3.16.3bapt2014-08-046-50/+10 * Document CVE-2014-4607 in net/krfb.rakuco2014-08-041-0/+32 * - rename patch filesdinoex2014-08-032-0/+0 * security/p5-openxpki-deployment: mark as deprecatedwg2014-08-031-1/+4 * security/p5-openxpki-client-scep: mark as deprecatedwg2014-08-031-0/+4 * security/p5-openxpki-client: mark as deprecatedwg2014-08-031-0/+4 * security/p5-openxpki-client-html-mason: update to 0.14.0.1wg2014-08-035-85/+76 * security/p5-openxpki: update to 0.14.0.1wg2014-08-036-408/+589 * Mark broken.mandree2014-08-031-0/+5 * security/tinyca: 0.7.5 -> 0.7.6, new distsitepi2014-08-035-12/+253 * Make sure that -export-dynamic is passed to the linker.mandree2014-08-032-3/+6 * Enable WITH_DEBUG=yes.mandree2014-08-031-2/+4 * devel/security: re-add .la filepi2014-08-032-3/+3 * - Document net/samba4* vulnerability: CVE-2014-3560zi2014-08-021-0/+33 * - Add LICENSEsunpoet2014-08-021-2/+4 * - Update to 1.5.1jhale2014-08-023-5/+5 * - Document vulnerability in security/gpgme (CVE-2014-3564)jhale2014-08-021-0/+27 * - Use USES=twistedsunpoet2014-08-021-4/+2 * Add CPEcs2014-08-012-2/+4 * security/libgcrypt: avoid non-portable use of assembler instruction on amd64pi2014-08-011-0/+2 * Update to 20140727antoine2014-08-012-4/+6 * Stage and unbreak by adding missing headers and removing the MD2 code.adamw2014-08-019-26/+58 * Document x11/kdelibs4 vulnerabilityrakuco2014-07-311-0/+30 * - Add LICENSEsunpoet2014-07-313-17/+20 * - Add LICENSEsunpoet2014-07-313-10/+13 * tor -- traffic confirmation attackcs2014-07-311-0/+36 * security/p5-Crypt-SMIME: fix lib and build dependspi2014-07-311-0/+5 * Specify the libkrb5 abi version, otherwise, LIB_DEPEDNS finds it from base, andmat2014-07-301-1/+1 * security/cryptopp: Add patch from pkgsrcmarino2014-07-302-1/+30 * security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-3030-203/+207 * Update tor to 0.2.4.23 and tor-devel to 0.2.5.6-alphabf2014-07-304-8/+6 * Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-3019-19/+19 * Remove the final usages of USE_XZ from the tree, and replace them withadamw2014-07-302-2/+2 * Convert a bunch of USE_XZ to USES=tar:xz.adamw2014-07-304-8/+4 * Repair instances, almost all courtesy of bf ;-), of spacesadamw2014-07-302-2/+2 * - Update to 0.9.14cs2014-07-305-18/+17 * Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-3032-64/+32 * Fix misapplicationadamw2014-07-301-1/+1 * Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-3013-26/+13 * Rename all patches that contain '::' as a path separator, and useadamw2014-07-3025-0/+0 * Rename security/ patches to reflect the files they modify.adamw2014-07-2976-13/+9 * security/gnutls: Support OPTIONal library dependencieskoobs2014-07-292-11/+23 * security/arirang: Mark broken with Ruby 2.0 or newerswills2014-07-291-1/+7 * Release three ports of snb@marino2014-07-291-1/+1 * Report serious i2p vulnerabilitycs2014-07-291-0/+33 * Remove expired ports:rene2014-07-293-30/+0 * I'll take itcs2014-07-281-1/+1 * - Update to 6.00zi2014-07-284-17/+6 * - Update security/libtasn1 to 4.0novel2014-07-289-13/+16 * security/heimdal: Establish consistency for seed data with base heimdalmarino2014-07-282-1/+12 * security/shishi: fix build with libgcrypt 1.6.xpi2014-07-282-0/+35 * New port: security/p5-Crypt-SMIMEpi2014-07-275-0/+36 * Update to 2.1.0.6antoine2014-07-272-3/+3 * security/pam_abl: Drop maintainership per requestmarino2014-07-261-1/+4 * - document bugzilla Cross Site Request Forgery (CVE-2014-1546)ohauer2014-07-251-0/+30 * - Fix plistbdrewery2014-07-252-1/+2 * - document apache22 CVE entriesohauer2014-07-251-0/+55 * Update to 3.2.16bdrewery2014-07-253-3/+14 * Remove expired ports:rene2014-07-2534-736/+0 * net/openldap24-*:tijl2014-07-2520-15/+20 * Reset maintainership for ports not staged with no pending PRbapt2014-07-251-1/+1 * Only use libevent2bapt2014-07-247-33/+108 * Update to the 201425 snapshot.rakuco2014-07-242-4/+3 * Remove patches added together with USES=libtool that are no longer neededtijl2014-07-241-2/+0 * - Document vulnerabilities in www/tomcat*: CVE-2014-0096, CVE-2014-0099, CVE-...zi2014-07-241-0/+49 * - Use USER and GROUP in Makefile instead of havingnovel2014-07-232-9/+3 * Add USES=readline to fix build on -current.adamw2014-07-231-0/+2 * Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always worktijl2014-07-231-1/+0 * - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-23