diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-09-08 13:28:27 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-09-08 13:28:27 +0000 |
commit | 0f400008e57b98aad066bf798291682d5793fc34 (patch) | |
tree | c72f36388a57776260c01c161b1b9edbe3b26a40 /gnome-base/libbonoboui/files | |
parent | Marked ~amd64. (diff) | |
download | gentoo-2-0f400008e57b98aad066bf798291682d5793fc34.tar.gz gentoo-2-0f400008e57b98aad066bf798291682d5793fc34.tar.bz2 gentoo-2-0f400008e57b98aad066bf798291682d5793fc34.zip |
revision bump to fix bug 101017
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'gnome-base/libbonoboui/files')
-rw-r--r-- | gnome-base/libbonoboui/files/bonobo-browser-2.10.1-lang.patch | 16 | ||||
-rw-r--r-- | gnome-base/libbonoboui/files/digest-libbonoboui-2.10.1-r1 | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/gnome-base/libbonoboui/files/bonobo-browser-2.10.1-lang.patch b/gnome-base/libbonoboui/files/bonobo-browser-2.10.1-lang.patch new file mode 100644 index 000000000000..8b187fb40e00 --- /dev/null +++ b/gnome-base/libbonoboui/files/bonobo-browser-2.10.1-lang.patch @@ -0,0 +1,16 @@ +--- tools/browser/oaf-helper.c.orig Sun Feb 6 03:04:39 2005 ++++ tools/browser/oaf-helper.c Sun Feb 6 03:06:17 2005 +@@ -58,10 +58,12 @@ + gchar **search; + + lang = getenv ("LANG"); ++ if (!lang) ++ return g_strdup (""); + + search = g_strsplit (lang, "_", 1); + if (!search) +- return ""; ++ return g_strdup (""); + + ret = g_strdup_printf ("%s", search[0]); + diff --git a/gnome-base/libbonoboui/files/digest-libbonoboui-2.10.1-r1 b/gnome-base/libbonoboui/files/digest-libbonoboui-2.10.1-r1 new file mode 100644 index 000000000000..a9e9b3ca0661 --- /dev/null +++ b/gnome-base/libbonoboui/files/digest-libbonoboui-2.10.1-r1 @@ -0,0 +1 @@ +MD5 74c4b633ae33524e2f6d3e6573b75f3c libbonoboui-2.10.1.tar.bz2 884026 |