freebsd-ports/deskutils/glipper/files/patch-glipper__glipper.py
Pav Lucistnik 064e7dc0f7 Glipper is a clipboardmanager for the GNOME Panel. It maintains a history of
text copied to the clipboard from which you can choose. You can see this as a
GNOME counterpart to KDE's Klipper.

Glipper uses plugins to give the user all the extra functionality they want,
including support for Actions, Snippets and No-Paste services.

WWW:	http://glipper.sourceforge.net/

PR:		ports/117424
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
2007-10-26 07:43:18 +00:00

17 lines
747 B
Python

--- ./glipper/glipper.py.orig 2007-10-23 15:25:36.000000000 +0400
+++ ./glipper/glipper.py 2007-10-23 15:29:08.000000000 +0400
@@ -27,10 +27,10 @@
gettext.bind_textdomain_codeset('glipper','UTF-8')
gettext.textdomain('glipper')
-locale.bindtextdomain('glipper', abspath(join(glipper.defs.DATA_DIR, "locale")))
-if hasattr(locale, 'bind_textdomain_codeset'):
- locale.bind_textdomain_codeset('glipper','UTF-8')
-locale.textdomain('glipper')
+#locale.bindtextdomain('glipper', abspath(join(glipper.defs.DATA_DIR, "locale")))
+#if hasattr(locale, 'bind_textdomain_codeset'):
+# locale.bind_textdomain_codeset('glipper','UTF-8')
+#locale.textdomain('glipper')
def applet_factory(applet, iid):
print 'Starting Glipper instance:', applet, iid