diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-04 08:30:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-04 08:30:25 +0800 |
commit | 92ac55f288c54e5459823d4d6227013716530c19 (patch) | |
tree | 38ac4a38e1feba50a4bc42bd5b0d209e0aabf111 /x11/gnome-applets/files/patch-invest-applet_invest_invest-chart | |
parent | c55d727aaf2b1606f951355194ab86b1b17e8621 (diff) | |
download | marcuscom-ports-92ac55f288c54e5459823d4d6227013716530c19.tar marcuscom-ports-92ac55f288c54e5459823d4d6227013716530c19.tar.gz marcuscom-ports-92ac55f288c54e5459823d4d6227013716530c19.tar.bz2 marcuscom-ports-92ac55f288c54e5459823d4d6227013716530c19.tar.lz marcuscom-ports-92ac55f288c54e5459823d4d6227013716530c19.tar.xz marcuscom-ports-92ac55f288c54e5459823d4d6227013716530c19.tar.zst marcuscom-ports-92ac55f288c54e5459823d4d6227013716530c19.zip |
chase the system-tools-backends dependency.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7855 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/files/patch-invest-applet_invest_invest-chart')
-rw-r--r-- | x11/gnome-applets/files/patch-invest-applet_invest_invest-chart | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart b/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart new file mode 100644 index 000000000..2eddc8154 --- /dev/null +++ b/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart @@ -0,0 +1,13 @@ +--- invest-applet/invest/invest-chart.orig Wed Sep 13 20:41:18 2006 ++++ invest-applet/invest/invest-chart Wed Sep 13 20:41:33 2006 +@@ -6,8 +6,8 @@ import sys, invest.chart, gtk + import gettext, locale + gettext.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) + gettext.textdomain(invest.defs.GETTEXT_PACKAGE) +-locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) +-locale.textdomain(invest.defs.GETTEXT_PACKAGE) ++#locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) ++#locale.textdomain(invest.defs.GETTEXT_PACKAGE) + gtk.glade.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) + gtk.glade.textdomain(invest.defs.GETTEXT_PACKAGE) + |