diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-28 07:29:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-28 07:29:02 +0800 |
commit | 3b20117532f14c2b59a3809b24fa2f96a61f56a4 (patch) | |
tree | 0027dd8ebda002516809c473287d34e077fa30f9 /audio/rhythmbox-devel/files/patch-shell_rb-play-order.c | |
parent | fa812fdd251110b9db03cd6960e318ff6ec1f22a (diff) | |
download | marcuscom-ports-3b20117532f14c2b59a3809b24fa2f96a61f56a4.tar marcuscom-ports-3b20117532f14c2b59a3809b24fa2f96a61f56a4.tar.gz marcuscom-ports-3b20117532f14c2b59a3809b24fa2f96a61f56a4.tar.bz2 marcuscom-ports-3b20117532f14c2b59a3809b24fa2f96a61f56a4.tar.lz marcuscom-ports-3b20117532f14c2b59a3809b24fa2f96a61f56a4.tar.xz marcuscom-ports-3b20117532f14c2b59a3809b24fa2f96a61f56a4.tar.zst marcuscom-ports-3b20117532f14c2b59a3809b24fa2f96a61f56a4.zip |
Update to 0.6.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1530 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel/files/patch-shell_rb-play-order.c')
-rw-r--r-- | audio/rhythmbox-devel/files/patch-shell_rb-play-order.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/rhythmbox-devel/files/patch-shell_rb-play-order.c b/audio/rhythmbox-devel/files/patch-shell_rb-play-order.c deleted file mode 100644 index 5e7990b00..000000000 --- a/audio/rhythmbox-devel/files/patch-shell_rb-play-order.c +++ /dev/null @@ -1,13 +0,0 @@ ---- shell/rb-play-order.c.orig Thu Dec 18 02:57:29 2003 -+++ shell/rb-play-order.c Thu Dec 18 02:57:41 2003 -@@ -195,9 +195,9 @@ - rb_play_order_get_entry_view (RBPlayOrder *porder) - { - RBShellPlayer *player = porder->priv->player; -+ RBSource *source = rb_shell_player_get_source (player); - if (player == NULL) - return NULL; -- RBSource *source = rb_shell_player_get_source (player); - if (source == NULL) - return NULL; - return rb_source_get_entry_view (source); |