2007-09-06 [wwp] 3.0.0cvs9

* src/prefs_gtk.c
		Add a missing linefeed to a debug message.
This commit is contained in:
Paul Mangan 2007-09-16 06:35:44 +00:00
parent e986850aa8
commit 455e2b3c6b
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-09-06 [wwp] 3.0.0cvs9
* src/prefs_gtk.c
Add a missing linefeed to a debug message.
2007-09-05 [colin] 3.0.0cvs8
* src/inc.c

View file

@ -2854,3 +2854,4 @@
( cvs diff -u -r 1.213.2.158 -r 1.213.2.159 src/folder.c; cvs diff -u -r 1.179.2.186 -r 1.179.2.187 src/imap.c; cvs diff -u -r 1.149.2.80 -r 1.149.2.81 src/inc.c; cvs diff -u -r 1.28.2.37 -r 1.28.2.38 src/mbox.c; cvs diff -u -r 1.17.2.43 -r 1.17.2.44 src/send_message.c; cvs diff -u -r 1.5.2.19 -r 1.5.2.20 src/statusbar.c; cvs diff -u -r 1.3.2.8 -r 1.3.2.9 src/statusbar.h; ) > 3.0.0cvs6.patchset
( cvs diff -u -r 1.1.4.13 -r 1.1.4.14 src/ldaputil.c; ) > 3.0.0cvs7.patchset
( cvs diff -u -r 1.149.2.81 -r 1.149.2.82 src/inc.c; ) > 3.0.0cvs8.patchset
( cvs diff -u -r 1.10.2.34 -r 1.10.2.35 src/prefs_gtk.c; ) > 3.0.0cvs9.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=0
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=8
EXTRA_VERSION=9
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -1022,7 +1022,7 @@ static int prefs_cache_sections(GHashTable *file_cache, const gchar *rcfile)
GHashTable *section_cache = NULL;
if (!fp) {
debug_print("cache: %s: %s", rcfile?rcfile:"(null)", strerror(errno));
debug_print("cache: %s: %s\n", rcfile?rcfile:"(null)", strerror(errno));
return -1;
}