diff options
author | George Lebl <jirka@5z.com> | 1999-03-15 11:42:44 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 1999-03-15 11:42:44 +0000 |
commit | cb8adfba874807763033d5878793a134b6ddc87c (patch) | |
tree | 2453d511774e2027676c2a637ccb49144eb00d46 /ChangeLog.pre-2-0 | |
parent | 90d69893fde12b6cb0f9eabf7d64b689d34873da (diff) | |
download | gtk+-cb8adfba874807763033d5878793a134b6ddc87c.tar.gz |
swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since it
Mon Mar 15 03:38:34 1999 George Lebl <jirka@5z.com>
* gtk/gtkdnd.c: (gtk_drag_highlight) swap the
gtk_drag_highlight_expose and gtk_drag_highlight_paint since
it was connecting a void function to expose_event and the int
returning function to the draw signal
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 7377efc5fe..44ab049d1a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +Mon Mar 15 03:38:34 1999 George Lebl <jirka@5z.com> + + * gtk/gtkdnd.c: (gtk_drag_highlight) swap the + gtk_drag_highlight_expose and gtk_drag_highlight_paint since + it was connecting a void function to expose_event and the int + returning function to the draw signal + 1999-03-14 Jeff Garzik <jgarzik@pobox.com> * configure.in: |