summaryrefslogtreecommitdiffstats
path: root/deskutils/hamster-applet/files/patch-src_hamster-service
blob: 702bfe1a2de9ad8b8e4f4a7e36897fd5b30d1d72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- src/hamster-service.orig    2010-06-06 13:12:46.000000000 +0200
+++ src/hamster-service 2010-06-06 13:14:03.000000000 +0200
@@ -21,14 +21,14 @@ STORAGE = os.path.join(SOURCE_DIR, "hams
 
 if __name__ == '__main__':
     # Setup i18n
-    gettext.install("hamster-applet", unicode=True)
-    locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale"))
-    for module in (gettext, locale):
-        module.bindtextdomain('hamster-applet', locale_dir)
-        module.textdomain('hamster-applet')
+#    gettext.install("hamster-applet", unicode=True)
+#    locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale"))
+#    for module in (gettext, locale):
+#        module.bindtextdomain('hamster-applet', locale_dir)
+#        module.textdomain('hamster-applet')
 
-        if hasattr(module, 'bind_textdomain_codeset'):
-            module.bind_textdomain_codeset('hamster-applet','UTF-8')
+#        if hasattr(module, 'bind_textdomain_codeset'):
+#            module.bind_textdomain_codeset('hamster-applet','UTF-8')
 
     # adjust path if running from source
     if os.path.exists(SOURCE_DIR):