diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-13 17:48:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-13 17:48:01 +0000 |
commit | 6b838a22d1e55ed50d079f7a7eca8afdd3714ddc (patch) | |
tree | a91e5ffee40c9f8affcf0e9dfd2d8005faf333b9 /ChangeLog.pre-2-10 | |
parent | 294e8eb7bbb62620afb2d5a76408f4671018deb0 (diff) | |
download | gtk+-6b838a22d1e55ed50d079f7a7eca8afdd3714ddc.tar.gz |
g_warning() if setting the local fails, like gdk_set_locale() did.
Wed Feb 13 12:41:44 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmain.c (gtk_init_check): g_warning() if setting
the local fails, like gdk_set_locale() did.
* gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list):
Don't free local_list if local_count == 0. (#71241, reported
by Kevin Vandersloot.)
* gdk/x11/gdkselection-x11.c (gdk_text_property_to_text_list):
Clean up list == NULL handling and failure.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e357064c65..159fdcdf24 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,15 @@ +Wed Feb 13 12:41:44 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkmain.c (gtk_init_check): g_warning() if setting + the local fails, like gdk_set_locale() did. + + * gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list): + Don't free local_list if local_count == 0. (#71241, reported + by Kevin Vandersloot.) + + * gdk/x11/gdkselection-x11.c (gdk_text_property_to_text_list): + Clean up list == NULL handling and failure. + Wed Feb 13 11:27:31 2002 Owen Taylor <otaylor@redhat.com> * tests/testtreeview.c (typesystem_recurse): Cast GType |