summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-11-29 01:15:52 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-11-29 01:15:52 +0000
commitea644d35726fcdcc37bb529a52c4e393c7f30246 (patch)
tree76ff93e6c5bcadf23266731958e31f24e445c868 /ChangeLog.pre-2-4
parent51f1c2a73c26416afdc6a88413b0cf03565805a3 (diff)
downloadgtk+-ea644d35726fcdcc37bb529a52c4e393c7f30246.tar.gz
Remove improper use of g_locale_to_utf8() to convert from latin-1, and do
Wed Nov 28 20:05:44 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove improper use of g_locale_to_utf8() to convert from latin-1, and do it the easy way by building the string correctly in the first place.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-47
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index f83857f45b..2aa81d2cce 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,10 @@
+Wed Nov 28 20:05:44 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove
+ improper use of g_locale_to_utf8() to convert from
+ latin-1, and do it the easy way by building the string
+ correctly in the first place.
+
Wed Nov 28 19:34:15 2001 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get):