diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-08-02 21:35:44 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-08-02 21:35:44 +0000 |
commit | 0df78ed774d18bb9ee9676cfb79a00eccbee741c (patch) | |
tree | fcb00c597922a9253e65d613d5862d146bdf58bf /ChangeLog.pre-2-4 | |
parent | 88c1c94651750789dcad613ee8b09024df142ba2 (diff) | |
download | gtk+-0df78ed774d18bb9ee9676cfb79a00eccbee741c.tar.gz |
Use g_setenv() instead of putenv().
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index fc271c7996..de7dc1cdab 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,13 @@ +2003-08-02 Matthias Clasen <maclas@gmx.de> + + * tests/testtext.c (test_init): + * tests/testgtk.c (test_init): + * tests/testdnd.c (test_init): + * demos/pixbuf-init.c (pixbuf_init): + * demos/gtk-demo/main.c (main): Use g_setenv(). + + * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use g_unsetenv(). + Sat Aug 2 12:53:16 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Requires glib-2.3.0, pango-1.2.0. @@ -17,6 +27,12 @@ Sat Aug 2 12:53:16 2003 Owen Taylor <otaylor@redhat.com> 2003-08-02 Matthias Clasen <maclas@gmx.de> + * gtk/gtkcolorsel.c (color_sample_drop_handle) + (palette_drop_handle): + * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received): Accept drops with the + wrong format, since the KDE color chooser incorrectly drops application/x-color with + format 8. + * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received): Accept drops with the wrong format, since the KDE color chooser |