[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-56-g91bba763e
paul at claws-mail.org
paul at claws-mail.org
Sun Jul 24 10:51:02 UTC 2022
The branch, gtk2 has been updated
via 91bba763e209ac9e3b37f082e697791bb64ce67f (commit)
from 9c67bd005808f3e67bfa3816a114fa650f42374c (commit)
Summary of changes:
src/gtk/about.c | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
- Log -----------------------------------------------------------------
commit 91bba763e209ac9e3b37f082e697791bb64ce67f
Author: Paul <paul at claws-mail.org>
Date: Sun Jul 24 11:50:21 2022 +0100
the features list is supposed to be in alphabetical order, fix that
diff --git a/src/gtk/about.c b/src/gtk/about.c
index efb67ac61..feca6d5f8 100644
--- a/src/gtk/about.c
+++ b/src/gtk/about.c
@@ -450,15 +450,15 @@ static GtkWidget *about_create_child_page_features(void)
gtk_text_buffer_insert(buffer, &iter,
(gchar *)C_("GnuTLS", "adds support for encrypted connections to servers\n"), -1);
-#if USE_OAUTH2
+#if HAVE_ICONV
gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
#else
gtk_text_buffer_insert_pixbuf(buffer, &iter, inactive_pixbuf);
#endif
- gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (" OAuth2 "), -1,
+ gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (" iconv "), -1,
"bold", NULL);
gtk_text_buffer_insert(buffer, &iter,
- (gchar *)C_("OAuth2", "adds support for OAuth2 authentication\n"), -1);
+ (gchar *)C_("iconv", "allows converting to and from different character sets\n"), -1);
#if INET6
gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
@@ -470,16 +470,6 @@ static GtkWidget *about_create_child_page_features(void)
gtk_text_buffer_insert(buffer, &iter,
(gchar *)C_("IPv6", "adds support for IPv6 addresses\n"), -1);
-#if HAVE_ICONV
- gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
-#else
- gtk_text_buffer_insert_pixbuf(buffer, &iter, inactive_pixbuf);
-#endif
- gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (" iconv "), -1,
- "bold", NULL);
- gtk_text_buffer_insert(buffer, &iter,
- (gchar *)C_("iconv", "allows converting to and from different character sets\n"), -1);
-
#if USE_JPILOT
gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
#else
@@ -510,6 +500,16 @@ static GtkWidget *about_create_child_page_features(void)
gtk_text_buffer_insert(buffer, &iter,
(gchar *)C_("libetpan", "adds support for IMAP and NNTP servers\n"), -1);
+#if HAVE_SVG
+ gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
+#else
+ gtk_text_buffer_insert_pixbuf(buffer, &iter, inactive_pixbuf);
+#endif
+ gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (" librSVG "), -1,
+ "bold", NULL);
+ gtk_text_buffer_insert(buffer, &iter,
+ (gchar *)C_("librSVG", "adds support for SVG themes\n"), -1);
+
#if HAVE_LIBSM
gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
#else
@@ -530,15 +530,15 @@ static GtkWidget *about_create_child_page_features(void)
gtk_text_buffer_insert(buffer, &iter,
(gchar *)C_("NetworkManager", "adds support for detection of network connection changes\n"), -1);
-#if HAVE_SVG
+#if USE_OAUTH2
gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
#else
gtk_text_buffer_insert_pixbuf(buffer, &iter, inactive_pixbuf);
#endif
- gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (" librSVG "), -1,
+ gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (" OAuth2 "), -1,
"bold", NULL);
gtk_text_buffer_insert(buffer, &iter,
- (gchar *)C_("librSVG", "adds support for SVG themes\n"), -1);
+ (gchar *)C_("OAuth2", "adds support for OAuth2 authentication\n"), -1);
return scrolledwin;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list