summaryrefslogtreecommitdiffstats
path: root/deskutils/hamster-applet/files/patch-src_hamster-applet
blob: eac47f2cd07f6b807f98a98879d691c724ee4904 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/hamster-applet.orig 2010-06-06 13:12:33.000000000 +0200
+++ src/hamster-applet  2010-06-06 13:13:31.000000000 +0200
@@ -95,13 +95,13 @@ if __name__ == "__main__":
         from hamster.configuration import runtime, dialogs
 
         # Setup i18n
-        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')
+#        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')
 
         gtk.window_set_default_icon_name("hamster-applet")