diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-06-11 18:06:04 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-06-11 18:06:04 +0000 |
commit | 62e51198728e9583831b36ae442a96c185bdd2e7 (patch) | |
tree | bd683ac4fe21042a91907ae5124a50a1294d9ed8 /ChangeLog.pre-2-0 | |
parent | b166924b0ccf6d5c3b5b36d04b1d8f7df2072ef6 (diff) | |
download | gtk+-62e51198728e9583831b36ae442a96c185bdd2e7.tar.gz |
Fix cut and paste typo where wrong pixmap was being unref'ed. (Pointed out
Sun Jun 11 12:46:19 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
cut and paste typo where wrong pixmap was being
unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
Sun Jun 11 10:22:36 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkselection.c (gtk_selection_bytes_per_item):
Add helper function to compute format / bytes
relationship. Use in a couple places to fix up
errors which assume 8 * format.
* gtk/gtkselection.c (gtk_selection_request): Use 32
rather than 8 * sizeof (GdkAtom), to work correctly
on Alpha.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 73673257db..60be66d1ba 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,13 +1,24 @@ -Thu Jun 8 15:44:42 2000 Elliot Lee <sopwith@redhat.com> - * configure.in: Save cflags for all backends, not just X11. +Sun Jun 11 12:46:19 2000 Owen Taylor <otaylor@redhat.com> -Wed Jun 7 15:44:42 2000 Elliot Lee <sopwith@redhat.com> - * configure.in: Use $PANGO_CONFIG instead of pango-config + * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix + cut and paste typo where wrong pixmap was being + unref'ed. (Pointed out by a friend of KUSANO Takayuki.) + +Sun Jun 11 10:22:36 2000 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkselection.c (gtk_selection_bytes_per_item): + Add helper function to compute format / bytes + relationship. Use in a couple places to fix up + errors which assume 8 * format. + + * gtk/gtkselection.c (gtk_selection_request): Use 32 + rather than 8 * sizeof (GdkAtom), to work correctly + on Alpha. Wed Jun 7 15:44:42 2000 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping - GTK+ from even building at all + GTK+ from building at all. * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues. |