diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-22 20:06:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-22 20:06:06 +0000 |
commit | 8af26cfe5dea14d481f030077ce9513e9e19ab33 (patch) | |
tree | 7b6bf015afc2d1c629b6783c2011f1fffefb951b /audio/rhythmbox/files/patch-shell_rb-play-order-shuffle.c | |
parent | fix this port on -stable (diff) |
Update to 0.6.3.
Notes
Notes:
svn path=/head/; revision=96462
Diffstat (limited to 'audio/rhythmbox/files/patch-shell_rb-play-order-shuffle.c')
-rw-r--r-- | audio/rhythmbox/files/patch-shell_rb-play-order-shuffle.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/rhythmbox/files/patch-shell_rb-play-order-shuffle.c b/audio/rhythmbox/files/patch-shell_rb-play-order-shuffle.c deleted file mode 100644 index 33d0c3fcedb4..000000000000 --- a/audio/rhythmbox/files/patch-shell_rb-play-order-shuffle.c +++ /dev/null @@ -1,17 +0,0 @@ ---- shell/rb-play-order-shuffle.c.orig Thu Dec 18 02:58:17 2003 -+++ shell/rb-play-order-shuffle.c Thu Dec 18 02:58:34 2003 -@@ -111,13 +111,13 @@ - rb_shuffle_play_order_class_init (RBShufflePlayOrderClass *klass) - { - GObjectClass *object_class = G_OBJECT_CLASS (klass); -+ RBPlayOrderClass *porder = RB_PLAY_ORDER_CLASS (klass); - - parent_class = g_type_class_peek_parent (klass); - - object_class->constructor = rb_shuffle_play_order_constructor; - object_class->finalize = rb_shuffle_play_order_finalize; - -- RBPlayOrderClass *porder = RB_PLAY_ORDER_CLASS (klass); - porder->get_next = rb_shuffle_play_order_get_next; - porder->go_next = rb_shuffle_play_order_go_next; - porder->get_previous = rb_shuffle_play_order_get_previous; |