diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-27 06:32:35 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-27 06:32:35 +0800 |
commit | 48f89f5c8a01580aedbf95a34bece7e51da55dfb (patch) | |
tree | 62372b332b01fa9c054060b205b962262b3be3c0 /x11/gnome-applets/files/patch-invest-applet_invest_invest-chart | |
parent | 1f41f50ca0b5093ebb7c8a88ce1677af68a6af4c (diff) | |
download | marcuscom-ports-48f89f5c8a01580aedbf95a34bece7e51da55dfb.tar marcuscom-ports-48f89f5c8a01580aedbf95a34bece7e51da55dfb.tar.gz marcuscom-ports-48f89f5c8a01580aedbf95a34bece7e51da55dfb.tar.bz2 marcuscom-ports-48f89f5c8a01580aedbf95a34bece7e51da55dfb.tar.lz marcuscom-ports-48f89f5c8a01580aedbf95a34bece7e51da55dfb.tar.xz marcuscom-ports-48f89f5c8a01580aedbf95a34bece7e51da55dfb.tar.zst marcuscom-ports-48f89f5c8a01580aedbf95a34bece7e51da55dfb.zip |
share/gnome/ -> share/.....whew..that plist.. ;-)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8652 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) + |