diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-08-02 09:22:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-08-02 09:22:38 +0000 |
commit | 3d4c726c489f36954649c3ecbd4a1782a5423ad0 (patch) | |
tree | 34dd8494b64e6c3520cc3dce74e541e74004c9a1 /ChangeLog.pre-2-4 | |
parent | 3dc24f5893e40b85633370742e393fe57b3be36a (diff) | |
download | gtk+-3d4c726c489f36954649c3ecbd4a1782a5423ad0.tar.gz |
Accept drops with the wrong format, since the KDE color chooser
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.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 818c9915a4..46271cb326 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +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. + 2003-08-02 Tor Lillqvist <tml@iki.fi> Fix gdk/win32 window geometry handling again. The window position |