CVS: sylpheedclaws/sylpheed-claws/src folder_item_prefs.c,1.2.2.14,1.2.2.15
[email protected] Tue, 26 Dec 2006 18:10:49 +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-serv23134/src
Modified Files:
Tag: gtk2
folder_item_prefs.c
Log Message:
2006-12-26 [wwp] 2.6.1cvs72
* src/folder_item_prefs.c
Add missing defaults for per-folder alt dict
(forgotten in 2.6.1cvs61).
Index: folder_item_prefs.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/folder_item_prefs.c,v
retrieving revision 1.2.2.14
retrieving revision 1.2.2.15
diff -u -d -r1.2.2.14 -r1.2.2.15
--- folder_item_prefs.c 2006/11/07 10:38:51 1.2.2.14
+++ folder_item_prefs.c 2006/12/26 18:10:43 1.2.2.15
@@ -80,6 +80,10 @@
NULL, NULL, NULL},
{"default_dictionary", NULL, &tmp_prefs.default_dictionary, P_STRING,
NULL, NULL, NULL},
+ {"enable_default_alt_dictionary", "", &tmp_prefs.enable_default_alt_dictionary, P_BOOL,
+ NULL, NULL, NULL},
+ {"default_alt_dictionary", NULL, &tmp_prefs.default_alt_dictionary, P_STRING,
+ NULL, NULL, NULL},
#endif
{"save_copy_to_folder", NULL, &tmp_prefs.save_copy_to_folder, P_BOOL,
NULL, NULL, NULL},