[Commits] [SCM] claws branch, quota-info, updated. 4.3.1-55-g5e6310461

wwp at claws-mail.org wwp at claws-mail.org
Mon Mar 10 23:58:59 UTC 2025


The branch, quota-info has been updated
       via  5e6310461cb9f4f89b178c95f93bd0a69e9402b3 (commit)
      from  a66e83e53b2dd95f3e5939b347e55e1c4653a44f (commit)

Summary of changes:
 src/summaryview.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


- Log -----------------------------------------------------------------
commit 5e6310461cb9f4f89b178c95f93bd0a69e9402b3
Author: wwp <subscript at free.fr>
Date:   Tue Mar 11 00:58:24 2025 +0100

    Fix tooltip text.

diff --git a/src/summaryview.c b/src/summaryview.c
index 0dca26a99..5ca5c295c 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -2792,7 +2792,7 @@ static void summary_status_show(SummaryView *summaryview)
 		gtk_label_set_text(GTK_LABEL(summaryview->statlabel_msgs), str);
 		g_free(str);
 
-/*
+
     //Why does this cause 'Segmentation fault'?!!!!!
 
 		tooltip = g_strdup_printf("<b>%s</b>\n"
@@ -2805,8 +2805,8 @@ static void summary_status_show(SummaryView *summaryview)
 					"<b>%s</b> %d\n"
 					"<b>%s</b> %d\n"
 					"<b>%s</b> %d\n"
-					"<b>%s</b> %d\n",
-					"<b>%s</b> %lu\n",
+					"<b>%s</b> %d\n"
+					"<b>%s</b> %lu\n"
 					"<b>%s</b> %lu",
 					_("Message summary"),
 					_("New:"), n_new,
@@ -2821,7 +2821,7 @@ static void summary_status_show(SummaryView *summaryview)
 					_("Watched:"), n_watched,
                     _("Size:"), size,
                     _("Limit:"), limit);
-*/
+/*
 
 		tooltip = g_strdup_printf("<b>%s</b>\n"
 					"<b>%s</b> %d\n"
@@ -2845,7 +2845,7 @@ static void summary_status_show(SummaryView *summaryview)
 					_("Locked:"), n_locked,
 					_("Ignored:"), n_ignored,
 					_("Watched:"), n_watched);
-
+*/
 		gtk_widget_set_tooltip_markup(GTK_WIDGET(summaryview->statlabel_msgs),
 				            tooltip); 
 		g_free(tooltip);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list