gst/games/gstpuzzle.c: no memleaks, please change initialization code around so we...
authorBenjamin Otte <otte@gnome.org>
Thu, 6 Jan 2005 18:44:08 +0000 (18:44 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 6 Jan 2005 18:44:08 +0000 (18:44 +0000)
Original commit message from CVS:
* gst/games/gstpuzzle.c: (gst_puzzle_get_type),
(gst_puzzle_class_init), (gst_puzzle_finalize):
no memleaks, please
(gst_puzzle_create), (gst_puzzle_init),
(gst_puzzle_set_property), (gst_puzzle_setup):
change initialization code around so we don't reshuffle on resize
(draw_puzzle):
fix another stupid typo

ChangeLog

index e4c3652137851f4a7bf6ffa01ca7babba15dec4e..a52a72beb7a406da7552d2738a04ea96377b0052 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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
+       (gst_puzzle_create), (gst_puzzle_init),
+       (gst_puzzle_set_property), (gst_puzzle_setup):
+         change initialization code around so we don't reshuffle on resize
+       (draw_puzzle):
+         fix another stupid typo
+
 2005-01-06  Benjamin Otte  <otte@gnome.org>
 
        * gst/games/gstvideoimage.c: (copy_hline_YUY2):