summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-01-05 17:05:30 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-01-05 17:05:30 +0000
commit273089af2a9d72cebe83587bc0c00db276683278 (patch)
treef1aabb254513cc974e0c98ece08caf7279a731b6 /ChangeLog
parent0a60e2963c1a3ec9746d7b9f06428d01ff11cece (diff)
downloadgtk+-273089af2a9d72cebe83587bc0c00db276683278.tar.gz
Fix copy&paste error: Call the backend's draw_lines method, not
2000-01-05 Tor Lillqvist <tml@iki.fi> * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the backend's draw_lines method, not draw_points.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3211fdffc..876abd231c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-01-05 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
+ backend's draw_lines method, not draw_points.
+
2000-01-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Clean up some more leftovers from