[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-983-gc342456b8
paul at claws-mail.org
paul at claws-mail.org
Mon Aug 17 14:13:03 CEST 2020
The branch, gtk3 has been updated
via c342456b81c5889cbfaf02527a977b329cad0245 (commit)
from 20caa23f6dad39ecdca12ab22140e4f8bb84dd94 (commit)
Summary of changes:
src/summaryview.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c342456b81c5889cbfaf02527a977b329cad0245
Author: paul <paul at claws-mail.org>
Date: Mon Aug 17 13:12:58 2020 +0100
fix bug 4197, 'Vertical icon-bar for parts of the message disappears when the window is too small'
diff --git a/src/summaryview.c b/src/summaryview.c
index 437b63c52..f72bfe103 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- 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
@@ -2646,6 +2646,9 @@ static void summary_status_show(SummaryView *summaryview)
toolbar_main_set_sensitive(summaryview->mainwin);
return;
}
+ gtk_label_set_ellipsize(GTK_LABEL(summaryview->statlabel_folder), PANGO_ELLIPSIZE_END);
+ gtk_label_set_ellipsize(GTK_LABEL(summaryview->statlabel_select), PANGO_ELLIPSIZE_END);
+ gtk_label_set_ellipsize(GTK_LABEL(summaryview->statlabel_msgs), PANGO_ELLIPSIZE_START);
rowlist = GTK_CMCLIST(summaryview->ctree)->selection;
for (cur = rowlist; cur != NULL && cur->data != NULL; cur = cur->next) {
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list