summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Hult <richard@imendio.com>2006-07-17 21:21:25 +0000
committerRichard Hult <rhult@src.gnome.org>2006-07-17 21:21:25 +0000
commit51edd19e1691375bd41a661dacd5e1fecb421563 (patch)
tree6a645a069009f78e055fe4737769c4be246fd447 /ChangeLog
parent6d8662d3d92f9ceb002441fffc4a4166fc6648f5 (diff)
downloadgtk+-51edd19e1691375bd41a661dacd5e1fecb421563.tar.gz
Set an empty NSImage if there is none, covers the cases where applications
2006-07-17 Richard Hult <richard@imendio.com> * gtk/gtkdnd-quartz.c: (gtk_drag_begin_internal): Set an empty NSImage if there is none, covers the cases where applications try to set a pixmap which is not supported by the quartz backend.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77fef5ffec..7b6691afdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-07-17 Richard Hult <richard@imendio.com>
+ * gtk/gtkdnd-quartz.c: (gtk_drag_begin_internal): Set an empty
+ NSImage if there is none, covers the cases where applications try
+ to set a pixmap which is not supported by the quartz backend.
+
+2006-07-17 Richard Hult <richard@imendio.com>
+
* gdk/quartz/gdkevents-quartz.c: (create_key_event):
* gdk/quartz/gdkkeys-quartz.c: (_gdk_quartz_key_event_type),
(_gdk_quartz_key_is_modifier):