CVS: sylpheedclaws/sylpheed-claws/src folder_item_prefs.c,1.2.2.15,1.2.2.16
[email protected] Tue, 26 Dec 2006 18:20:35 +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-serv23937/src
Modified Files:
Tag: gtk2
folder_item_prefs.c
Log Message:
2006-12-26 [colin] 2.6.1cvs73
* src/folder_item_prefs.c
Don't forget alt dictionary when
renaming/moving folders
Index: folder_item_prefs.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/folder_item_prefs.c,v
retrieving revision 1.2.2.15
retrieving revision 1.2.2.16
diff -u -d -r1.2.2.15 -r1.2.2.16
--- folder_item_prefs.c 2006/12/26 18:10:43 1.2.2.15
+++ folder_item_prefs.c 2006/12/26 18:20:30 1.2.2.16
@@ -274,6 +274,8 @@
#if USE_ASPELL
tmp_prefs.enable_default_dictionary = src->prefs->enable_default_dictionary;
tmp_prefs.default_dictionary = g_strdup(src->prefs->default_dictionary);
+ tmp_prefs.enable_default_alt_dictionary = src->prefs->enable_default_alt_dictionary;
+ tmp_prefs.default_alt_dictionary = g_strdup(src->prefs->default_alt_dictionary);
#endif
tmp_prefs.save_copy_to_folder = src->prefs->save_copy_to_folder;
tmp_prefs.color = src->prefs->color;