removed some obsolete code in gtkaspell.c
authorMelvin Hadasht <melvin.hadasht@free.fr>
Mon, 2 Sep 2002 17:24:03 +0000 (17:24 +0000)
committerMelvin Hadasht <melvin.hadasht@free.fr>
Mon, 2 Sep 2002 17:24:03 +0000 (17:24 +0000)
ChangeLog.claws
configure.in
src/gtkaspell.c

index 3d730566c35f96638ebc216404ca0499ecfa7726..3aedd8505c64b5419cd9ff2cd46dc1b499c5e2f8 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-02 [melvin]    0.8.2claws22
+
+       * src/gtkaspell.m4
+               removed some obsolete code
+
 2002-09-02 [melvin]    0.8.2claws21
 
        * ac/aspell.m4
index 2f24e9557528a13b97568baf534d905b68b09ad5..f0b169a5e5da310628959bc1b52ce9ee346b568b 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=8
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws21
+EXTRA_VERSION=claws22
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 121e387ca4749bf5d22a7bc2dd0669cc07e5cf2c..b9276c12a440dfe3acbc8010387c01f5b08fc76d 100644 (file)
@@ -613,11 +613,8 @@ static gboolean set_dictionary(AspellConfig *config, Dictionary *dict)
 
        buf[dict->dictname - dict->fullname] = 0x00;
 
-       CONFIG_REPLACE_RETURN_FALSE_IF_FAIL("rem-all-word-list-path", "");
-       debug_print("Aspell: removed all paths.\n");
-
        CONFIG_REPLACE_RETURN_FALSE_IF_FAIL("dict-dir", buf);
-       debug_print("Aspell: added path %s.\n", buf);
+       debug_print("Aspell: looking for dictionaries in path %s.\n", buf);
 
        strncpy(buf, dict->dictname, BUFSIZE-1);
        language = buf;