[Commits] [SCM] claws branch, master, updated. 3.15.0-11-g7991589
mones at claws-mail.org
mones at claws-mail.org
Fri Mar 31 20:06:41 CEST 2017
The branch, master has been updated
via 799158990f4bdddbb23d23d6a9e7a0795761fa59 (commit)
via a8a52797f33b4ceddf8841094c4384637af47306 (commit)
from 7c16b7e353e2e3504b5c2fe675046a6d81425634 (commit)
Summary of changes:
src/gtk/about.c | 2 +-
src/main.c | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 799158990f4bdddbb23d23d6a9e7a0795761fa59
Author: Ricardo Mones <ricardo at mones.org>
Date: Fri Mar 31 20:06:19 2017 +0200
Really fix bug #3784: Very similar strings in src/gtk/about.c
diff --git a/src/gtk/about.c b/src/gtk/about.c
index deb758f..ad6d100 100644
--- a/src/gtk/about.c
+++ b/src/gtk/about.c
@@ -160,7 +160,7 @@ static GtkWidget *about_create_child_page_info(void)
#ifdef GENERIC_UMPC
ADD_TEXT("\n\n");
ADD_TEXT(_("Copyright (C) 1999-2017\nThe Claws Mail Team\n"
- " and Hiroyuki Yamamoto"));
+ "and Hiroyuki Yamamoto"));
#endif
ADD_TEXT("\n\n");
gtk_text_buffer_insert_with_tags_by_name(buffer, &iter,
commit a8a52797f33b4ceddf8841094c4384637af47306
Author: Ricardo Mones <ricardo at mones.org>
Date: Fri Mar 31 20:05:25 2017 +0200
Add missing library to output of --version-full
diff --git a/src/main.c b/src/main.c
index 48fe0d9f..83ea2e6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -65,6 +65,9 @@
#ifdef HAVE_VALGRIND
#include <valgrind.h>
#endif
+#ifdef HAVE_SVG
+#include <librsvg/rsvg.h>
+#endif
#include "claws.h"
#include "main.h"
@@ -851,6 +854,12 @@ static void main_dump_features_list(gboolean show_debug_only)
else
g_print(" NetworkManager\n");
#endif
+#if HAVE_SVG
+ if (show_debug_only)
+ debug_print(" librSVG " LIBRSVG_VERSION "\n");
+ else
+ g_print(" librSVG " LIBRSVG_VERSION "\n");
+#endif
}
#ifdef HAVE_DBUS_GLIB
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list