Description: Fix code to expect translation files in the standard folder
Author: Margarita Manterola <marga@debian.org>
Origin: vendor
Forwarded: no
Applied-Upstream: no
Last-Update: 2014-07-12
Index: cinnamon-bluetooth/generate_additional_files.py
===================================================================
--- cinnamon-bluetooth.orig/generate_additional_files.py	2014-05-24 15:42:57.744864745 +0200
+++ cinnamon-bluetooth/generate_additional_files.py	2014-07-12 14:01:03.999971921 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 DOMAIN = "cinnamon-bluetooth"
-PATH = "/usr/share/cinnamon/locale"
+PATH = "/usr/share/locale"
 
 import os, gettext, sys
 sys.path.append('/usr/lib/linuxmint/common')
Index: cinnamon-bluetooth/panels/bluetooth/cc-bluetooth-panel.c
===================================================================
--- cinnamon-bluetooth.orig/panels/bluetooth/cc-bluetooth-panel.c	2014-04-27 13:59:58.536171435 +0200
+++ cinnamon-bluetooth/panels/bluetooth/cc-bluetooth-panel.c	2014-07-12 14:01:34.288724892 +0200
@@ -924,7 +924,7 @@
 void
 g_io_module_load (GIOModule *module)
 {
-	bindtextdomain (GETTEXT_PACKAGE, "/usr/share/cinnamon/locale");
+	bindtextdomain (GETTEXT_PACKAGE, "/usr/share/locale");
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 
 	/* register the panel */
