talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 24e7233c2be27c720e301652552bf89ad0cced68
parent c660db698755c11ec3354fb510006b49b4aa5a29
Author: Colin Leroy <colin@colino.net>
Date:   Thu, 13 Sep 2012 18:49:42 +0000

2012-09-13 [colin]	3.8.1cvs57

	* src/stock_pixmap.c
		Fix missing \n in debug line

Diffstat:
MChangeLog | 5+++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/stock_pixmap.c | 2+-
4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-13 [colin] 3.8.1cvs57 + + * src/stock_pixmap.c + Fix missing \n in debug line + 2012-09-13 [colin] 3.8.1cvs56 * src/main.c diff --git a/PATCHSETS b/PATCHSETS @@ -4431,3 +4431,4 @@ ( cvs diff -u -r 1.1.2.46 -r 1.1.2.47 src/prefs_other.c; ) > 3.8.1cvs54.patchset ( cvs diff -u -r 1.179.2.260 -r 1.179.2.261 src/imap.c; ) > 3.8.1cvs55.patchset ( cvs diff -u -r 1.115.2.256 -r 1.115.2.257 src/main.c; ) > 3.8.1cvs56.patchset +( cvs diff -u -r 1.25.2.75 -r 1.25.2.76 src/stock_pixmap.c; ) > 3.8.1cvs57.patchset diff --git a/configure.ac b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=8 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=56 +EXTRA_VERSION=57 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/stock_pixmap.c b/src/stock_pixmap.c @@ -494,7 +494,7 @@ static void stock_pixmap_find_themes_in_dir(GList **list, const gchar *dirname) static const char *extension[]={".png", ".xpm", NULL}; if ((dp = opendir(dirname)) == NULL) { - debug_print("dir %s not found, skipping theme scan", dirname?dirname:"(null)"); + debug_print("dir %s not found, skipping theme scan\n", dirname?dirname:"(null)"); return; }