diff options
Diffstat (limited to 'deskutils/hamster-applet/files/patch-src_hamster-standalone')
-rw-r--r-- | deskutils/hamster-applet/files/patch-src_hamster-standalone | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/deskutils/hamster-applet/files/patch-src_hamster-standalone b/deskutils/hamster-applet/files/patch-src_hamster-standalone deleted file mode 100644 index 57ac4866d..000000000 --- a/deskutils/hamster-applet/files/patch-src_hamster-standalone +++ /dev/null @@ -1,22 +0,0 @@ ---- src/hamster-standalone.orig 2010-06-06 13:12:54.000000000 +0200 -+++ src/hamster-standalone 2010-06-06 13:14:12.000000000 +0200 -@@ -497,13 +497,13 @@ if __name__ == "__main__": - from hamster import defs - - # 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.gdk.threads_init() - app = ProjectHamster() |