[Tails-dev] Activate highlight misspelled words by default i…

Delete this message

Reply to this message
Author: Matsa
Date:  
To: tails-dev
Old-Topics: [Tails-dev] Tails contributors meeting: Wednesday, November 6
Subject: [Tails-dev] Activate highlight misspelled words by default in Pidgin
Le Thu, 24 Oct 2013 12:53:48 +0200,
sajolida@??? a écrit :

> The next public Tails developers meeting is scheduled for
>
> Wednesday, November 6, on #tails-dev (OFTC) at 8pm UTC (10pm CEST).
>
> Every one interested in contributing to Tails is welcome.
>
> Topics currently on the agenda are:
>


>   * Activate highlight misspelled words by default in Pidgin
>     https://labs.riseup.net/code/issues/6373



Hi,

was this issue fixed during the meeting yesterday?

If this is still relevant, please find a tiny patch below or in
matsa/testing/0cf3f30

This was successfully tested with french and english languages.
(BTW the ticket seems to be erased on Redmine)

Thanks, and cheers


From 0cf3f304cf783d91958c150ebbd150ebcf95f44a Mon Sep 17 00:00:00 2001
From: Tails developers <amnesia@???>
Date: Thu, 7 Nov 2013 15:50:55 +0000
Subject: [PATCH] Activate highlight misspelled words by default in Pidgin

---
 .../etc/skel/.purple/prefs.xml                     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/config/chroot_local-includes/etc/skel/.purple/prefs.xml b/config/chroot_local-includes/etc/skel/.purple/prefs.xml
index 33e21f1..db83b5b 100644
--- a/config/chroot_local-includes/etc/skel/.purple/prefs.xml
+++ b/config/chroot_local-includes/etc/skel/.purple/prefs.xml
@@ -330,7 +330,7 @@
             <pref name='send_bold' type='bool' value='0'/>
             <pref name='send_italic' type='bool' value='0'/>
             <pref name='send_underline' type='bool' value='0'/>
-            <pref name='spellcheck' type='bool' value='0'/>
+            <pref name='spellcheck' type='bool' value='1'/>
             <pref name='show_incoming_formatting' type='bool' value='0'/>
             <pref name='minimum_entry_lines' type='int' value='2'/>
             <pref name='show_timestamps' type='bool' value='1'/>
-- 
1.7.2.5