[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-991-gb3158641e
paul at claws-mail.org
paul at claws-mail.org
Thu Aug 20 10:04:29 CEST 2020
The branch, gtk3 has been updated
via b3158641ec7b6351b94a7e17cf06f4c84374ab89 (commit)
from 55ae9699a6bbe2508edddb49c92353ac9fba83d1 (commit)
Summary of changes:
src/account.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit b3158641ec7b6351b94a7e17cf06f4c84374ab89
Author: paul <paul at claws-mail.org>
Date: Thu Aug 20 09:04:23 2020 +0100
allow the Edit Accounts window to be shrunk
diff --git a/src/account.c b/src/account.c
index 209a1b04a..b7045d84c 100644
--- a/src/account.c
+++ b/src/account.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2019 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2020 the Claws Mail team and Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -753,8 +753,7 @@ static void account_edit_create(void)
"in the order given, the checkbox indicates which accounts "
"will be included. Bold text indicates the default account."));
gtk_widget_show (label);
- gtk_widget_set_size_request(GTK_WIDGET(label),
- prefs_common.accountswin_width-8, -1);
+
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 4);
gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list