diff --git a/helpers/make-pidgin b/helpers/make-pidgin
index 6e3c73a976db33ef58e9bfa3313108062170f4ed..4e3d681fda2cb67378f22c317e6605af1ab5e2f8 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"