spell checker: fixed crash when using default path & tiny bug for initial
suggestion mode
This commit is contained in:
parent
3a94124a1d
commit
63559b17bc
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-09-27 [melvin] 0.6.2claws11
|
||||
|
||||
* src/gtkspell.c
|
||||
fixed crash when using default path (introduced
|
||||
in 0.6.2claws10)
|
||||
fixed tiny bug for initial suggestion mode
|
||||
|
||||
2001-09-27 [melvin] 0.6.2claws10
|
||||
|
||||
* src/gtkspell.c
|
||||
|
|
|
@ -8,7 +8,7 @@ MINOR_VERSION=6
|
|||
MICRO_VERSION=2
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=claws10
|
||||
EXTRA_VERSION=claws11
|
||||
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
|
||||
|
||||
dnl
|
||||
|
|
Loading…
Reference in a new issue