2007-02-21 [wwp] 2.7.2cvs59

* src/summaryview.c
		Add missing newline to a debug message.
This commit is contained in:
Tristan Chabredier 2007-02-21 11:00:48 +00:00
parent 0b6d6ccbf0
commit 062b07e20f
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-02-21 [wwp] 2.7.2cvs59
* src/summaryview.c
Add missing newline to a debug message.
2007-02-20 [colin] 2.7.2cvs58
* src/Makefile.am

View file

@ -2376,3 +2376,4 @@
( cvs diff -u -r 1.4.2.7 -r 1.4.2.8 autogen.sh; cvs diff -u -r 1.25.2.23 -r 1.25.2.24 src/matcher_parser_parse.y; cvs diff -u -r 1.16.2.11 -r 1.16.2.12 src/matcher_parser_lex.l; ) > 2.7.2cvs56.patchset
( cvs diff -u -r 1.155.2.51 -r 1.155.2.52 src/Makefile.am; cvs diff -u -r 1.115.2.136 -r 1.115.2.137 src/main.c; cvs diff -u -r 1.83.2.101 -r 1.83.2.102 src/mimeview.c; cvs diff -u -r 1.25.2.31 -r 1.25.2.32 src/stock_pixmap.c; cvs diff -u -r 1.18.2.22 -r 1.18.2.23 src/stock_pixmap.h; diff -u /dev/null src/pixmaps/mime_calendar.xpm; diff -u /dev/null src/pixmaps/mime_pdf.xpm; diff -u /dev/null src/pixmaps/mime_ps.xpm; ) > 2.7.2cvs57.patchset
( cvs diff -u -r 1.155.2.52 -r 1.155.2.53 src/Makefile.am; cvs diff -u -r 1.83.2.102 -r 1.83.2.103 src/mimeview.c; cvs diff -u -r 1.25.2.32 -r 1.25.2.33 src/stock_pixmap.c; cvs diff -u -r 1.18.2.23 -r 1.18.2.24 src/stock_pixmap.h; diff -u /dev/null src/pixmaps/mime_pgpsig.xpm; ) > 2.7.2cvs58.patchset
( cvs diff -u -r 1.395.2.284 -r 1.395.2.285 src/summaryview.c; ) > 2.7.2cvs59.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=7
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=58
EXTRA_VERSION=59
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -2619,7 +2619,7 @@ static void summary_set_ctree_from_list(SummaryView *summaryview,
if (!mlist) return;
debug_print("\tSetting summary from message data...");
debug_print("\tSetting summary from message data...\n");
STATUSBAR_PUSH(summaryview->mainwin,
_("Setting summary from message data..."));
gdk_flush();