aboutsummaryrefslogtreecommitdiffstats
path: root/capplet
diff options
context:
space:
mode:
Diffstat (limited to 'capplet')
-rw-r--r--capplet/settings/mail-account-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/capplet/settings/mail-account-view.c b/capplet/settings/mail-account-view.c
index 7b4511ea81..01c290e400 100644
--- a/capplet/settings/mail-account-view.c
+++ b/capplet/settings/mail-account-view.c
@@ -640,7 +640,6 @@ void
mail_account_view_construct (MailAccountView *view)
{
int i;
- GtkWidget *advanced_identity;
view->scroll = gtk_scrolled_window_new (NULL, NULL);
gtk_scrolled_window_set_policy ((GtkScrolledWindow *)view->scroll, GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
@@ -668,7 +667,8 @@ mail_account_view_construct (MailAccountView *view)
em_account_editor_check (view->edit, mail_account_pages[0].path);
view->pages[0]->done = TRUE;
- gtk_widget_hide (em_account_editor_get_widget (view->edit, "identity_optional_frame"));
+ if (e_shell_get_express_mode (NULL))
+ gtk_widget_hide (em_account_editor_get_widget (view->edit, "identity_optional_frame"));
}
MailAccountView *
nes * Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-0/+1 * - Move the MAKE_ARGS variables from some individual math/octave-forge-*stephen2014-01-231-2/+0 * - Make compatible with FreeBSD-10+.stephen2014-01-161-0/+2 * - Update to 4.2.7.stephen2014-01-142-4/+3 * - Add license=GPLv3.stephen2014-01-131-0/+2 * - Implement staging for octave-forge ports.stephen2014-01-131-1/+0 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Remove .include <bsd.ports.pre.mk>; bsd.ports.post.mk to bsd.ports.mk;stephen2013-07-061-8/+3 * - update png to 1.5.10dinoex2012-06-011-0/+1 * - Update to 4.2.4.stephen2012-04-112-4/+3 * Bump port revision of all the octave-forge ports,maho2012-04-111-0/+1 * - Update to 4.2.2.stephen2012-02-132-5/+7 * - Update to 4.2.1.stephen2012-02-112-5/+3 * - Cosmetic change to Makefile. Use the variable OCTSRC to describe where thestephen2011-11-211-1/+5 * - Bump portrevision for octave-forge-* ports because of update ofstephen2011-07-011-1/+1 * - Bump portrevision because math/octave updated to 3.4.1stephen2011-06-241-0/+2 * - Remove an unnecessary dependency in Makefile (octave-forge-nan).stephen2011-06-151-4/+1 * Maintainer: stephen@missouri.edu -> stephen@FreeBSD.orgstephen2011-06-141-1/+1 * - Update to 4.1.1miwi2011-05-312-5/+11 * - Get Rid MD5 supportmiwi2011-03-20