changed 'dictionary_path' to 'dictionary' to be consistent
authorMelvin Hadasht <melvin.hadasht@free.fr>
Fri, 21 Sep 2001 19:02:44 +0000 (19:02 +0000)
committerMelvin Hadasht <melvin.hadasht@free.fr>
Fri, 21 Sep 2001 19:02:44 +0000 (19:02 +0000)
src/compose.c
src/prefs_common.h

index 5ad53380eea9bdbc61e9943d611232511234b1de..4109617b973babeebed85b9591f5bfbd0b1c68d3 100644 (file)
@@ -3580,7 +3580,7 @@ static Compose *compose_create(PrefsAccount *account, ComposeMode mode)
         if (prefs_common.enable_pspell) {
                gtkpspell = gtkpspell_new_with_config(gtkpspellconfig,
                                                      prefs_common.pspell_path,
         if (prefs_common.enable_pspell) {
                gtkpspell = gtkpspell_new_with_config(gtkpspellconfig,
                                                      prefs_common.pspell_path,
-                                                     prefs_common.dictionary_path,
+                                                     prefs_common.dictionary,
                                                      PSPELL_FASTMODE,NULL);
                if (gtkpspell == NULL)
                        prefs_common.enable_pspell = FALSE;
                                                      PSPELL_FASTMODE,NULL);
                if (gtkpspell == NULL)
                        prefs_common.enable_pspell = FALSE;
index f12bd6d9ba6707a313f8e71b1feb316bf120a5df..518f86c7b090760261c0bd758f6e9b1bd03860da 100644 (file)
@@ -81,7 +81,7 @@ struct _PrefsCommon
 #if USE_PSPELL
        gboolean enable_pspell;
        gchar *pspell_path;
 #if USE_PSPELL
        gboolean enable_pspell;
        gchar *pspell_path;
-       gchar *dictionary_path;
+       gchar *dictionary;
 #endif
         
        /* Display */
 #endif
         
        /* Display */