summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2005-01-06 20:19:04 +0000
committerBenjamin Otte <otte@gnome.org>2005-01-06 20:19:04 +0000
commitfe26f230a7e39412ea4d2a4060a578108557f26a (patch)
treeb3e44d398a9a7470d3ac88c27353b8e3017e952f
parentc8f5adda064a6682767e0c9ba3d148fdb7f2ea6d (diff)
gst/games/gstpuzzle.c: don't draw a puzzle if either width or height of tiles would be 0.
Original commit message from CVS: * gst/games/gstpuzzle.c: (draw_puzzle): don't draw a puzzle if either width or height of tiles would be 0.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a52a72be..e824be87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-01-06 Benjamin Otte <otte@gnome.org>
+ * gst/games/gstpuzzle.c: (draw_puzzle):
+ don't draw a puzzle if either width or height of tiles would be 0.
+
+2005-01-06 Benjamin Otte <otte@gnome.org>
+
* gst/games/gstpuzzle.c: (gst_puzzle_get_type),
(gst_puzzle_class_init), (gst_puzzle_finalize):
no memleaks, please