use guint for message numbers (fix count in grouplist dialog)

This commit is contained in:
Thorsten Maerz 2003-02-06 13:33:57 +00:00
parent 4343990840
commit 388a763f25
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2003-02-06 [thorsten] 0.8.9claws43
* src/news.h
use guint for message numbers (fix count in grouplist dialog)
2003-02-05 [paul] 0.8.9claws42
* sync with 0.8.10cvs2

View file

@ -11,7 +11,7 @@ MINOR_VERSION=8
MICRO_VERSION=9
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws42
EXTRA_VERSION=claws43
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -52,8 +52,8 @@ struct _NNTPSession
struct _NewsGroupInfo
{
gchar *name;
gchar first;
gchar last;
guint first;
guint last;
gchar type;
};