fix last commit

This commit is contained in:
Oliver Haertel 2003-03-06 06:59:35 +00:00
parent dd85c0d40e
commit a4f80f779b
3 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,9 @@
2003-03-06 [christoph] 0.8.10claws87
2003-03-06 [oliver] 0.8.10claws88
* src/messageview.c
remove include
2003-03-06 [oliver] 0.8.10claws87
* src/folderview.c
remove changes introduced inclaws74

View file

@ -11,7 +11,7 @@ MINOR_VERSION=8
MICRO_VERSION=10
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws87
EXTRA_VERSION=claws88
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -52,7 +52,7 @@
#include "pgptext.h"
#include "menu.h"
#include "stock_pixmap.h"
#include "foldersel.h"
static void messageview_change_view_type(MessageView *messageview,
MessageType type);