diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-09-13 16:29:42 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-09-13 16:29:42 +0000 |
commit | 9960b76f227e7adab968be2ae0177a78e707d46b (patch) | |
tree | 0d51cddca462dc82d7c8cf403522f09f3390a780 /gnome-extra/zenity/files | |
parent | New version, prepping for a last stable GNOME 2.6 release (diff) | |
download | historical-9960b76f227e7adab968be2ae0177a78e707d46b.tar.gz historical-9960b76f227e7adab968be2ae0177a78e707d46b.tar.bz2 historical-9960b76f227e7adab968be2ae0177a78e707d46b.zip |
New version, and a slightly updated patch, removing the first hunk which was obsolete.
Diffstat (limited to 'gnome-extra/zenity/files')
-rw-r--r-- | gnome-extra/zenity/files/digest-zenity-2.6.3 | 1 | ||||
-rw-r--r-- | gnome-extra/zenity/files/zenity-2.6.3-utf8_fix.patch | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/gnome-extra/zenity/files/digest-zenity-2.6.3 b/gnome-extra/zenity/files/digest-zenity-2.6.3 new file mode 100644 index 000000000000..61b4723ee93b --- /dev/null +++ b/gnome-extra/zenity/files/digest-zenity-2.6.3 @@ -0,0 +1 @@ +MD5 ce6678c406e9a834e4da04ca00338931 zenity-2.6.3.tar.bz2 650351 diff --git a/gnome-extra/zenity/files/zenity-2.6.3-utf8_fix.patch b/gnome-extra/zenity/files/zenity-2.6.3-utf8_fix.patch new file mode 100644 index 000000000000..a0eabcd4ece2 --- /dev/null +++ b/gnome-extra/zenity/files/zenity-2.6.3-utf8_fix.patch @@ -0,0 +1,19 @@ +diff -NurB zenity-1.8-orig/src/main.c zenity-1.8/src/main.c +--- zenity-1.8-orig/src/main.c 2004-03-22 20:51:08.000000000 -0500 ++++ zenity-1.8/src/main.c 2004-03-22 20:52:01.000000000 -0500 +@@ -1024,7 +1023,6 @@ + #endif + + bindtextdomain(GETTEXT_PACKAGE, GNOMELOCALEDIR); +- bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); + textdomain(GETTEXT_PACKAGE); + + zenity_init_parsing_options (); +@@ -1048,6 +1046,7 @@ + zenity_free_parsing_options (); + exit (-1); + } ++ bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); + gtk_init (&argc, &argv); + + /* |