summaryrefslogtreecommitdiff
path: root/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in')
-rw-r--r--net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in b/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in
deleted file mode 100644
index 37913fa70ea6..000000000000
--- a/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/gconfterminal.py.in.orig Sat May 6 18:53:01 2006
-+++ plugins/gconfterminal.py.in Sat May 6 18:53:10 2006
-@@ -16,7 +16,7 @@ from sdapplet.pluginutils import *
-
- try:
- import gettext
-- gettext.bindtextdomain("service-discovery-applet", "/usr/share/locale")
-+ gettext.bindtextdomain("service-discovery-applet", "%%PREFIX%%/share/locale")
- gettext.textdomain("service-discovery-applet")
- _ = gettext.gettext
- import pygtk