From 2f8468063bcd0aa84494d6854a96b453d4edab8a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Wed, 21 May 2014 02:58:22 +0200
Subject: [PATCH] Updated pidgin helper

---
 helpers/make-pidgin | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-pidgin b/helpers/make-pidgin
index 6e3c73a97..4e3d681fd 100644
--- a/helpers/make-pidgin
+++ b/helpers/make-pidgin
@@ -22,13 +22,13 @@ COMPONENT=main
 
 . ./config
 
-for PATCH in default_to_irc_ubuntu lpi let_crasher_for_apport
+for PATCH in default_to_irc_ubuntu let_crasher_for_apport
 do
  rm debian/patches/*$PATCH*
  sed -i /$PATCH/d debian/patches/series
 done
 
-#sed '/purple_prefs_add_bool.*conv_focus/ s/FALSE/TRUE/' ./finch/gntsound.c -i
+sed '/PIDGIN_PREFS_ROOT.*conv_focus/s/TRUE/FALSE/' -i pidgin/gtksound.c
 
 changelog "Compiled for Trisquel"
 
-- 
GitLab