CVS: sylpheedclaws/sylpheed-claws/src folder_item_prefs.c,1.2.2.16,1.2.2.17
[email protected] Wed, 27 Dec 2006 10:34:28 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src
In directory sunsite.dk:/tmp/cvs-serv5449/src
Modified Files:
Tag: gtk2
folder_item_prefs.c
Log Message:
2006-12-27 [wwp] 2.6.1cvs80
* src/folder_item_prefs.c
Fix randomly initialized default-alt-dictionary (folder prefs),
complete 2.6.1cvs72.
Index: folder_item_prefs.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/folder_item_prefs.c,v
retrieving revision 1.2.2.16
retrieving revision 1.2.2.17
diff -u -d -r1.2.2.16 -r1.2.2.17
--- folder_item_prefs.c 2006/12/26 18:20:30 1.2.2.16
+++ folder_item_prefs.c 2006/12/27 10:34:21 1.2.2.17
@@ -185,6 +185,8 @@
#if USE_ASPELL
prefs->enable_default_dictionary = FALSE;
prefs->default_dictionary = NULL;
+ prefs->enable_default_alt_dictionary = FALSE;
+ prefs->default_alt_dictionary = NULL;
#endif
prefs->save_copy_to_folder = FALSE;
prefs->color = 0;