summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox/files/patch-shell_rb-play-order.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox/files/patch-shell_rb-play-order.c')
-rw-r--r--audio/rhythmbox/files/patch-shell_rb-play-order.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/rhythmbox/files/patch-shell_rb-play-order.c b/audio/rhythmbox/files/patch-shell_rb-play-order.c
new file mode 100644
index 000000000..5e7990b00
--- /dev/null
+++ b/audio/rhythmbox/files/patch-shell_rb-play-order.c
@@ -0,0 +1,13 @@
+--- 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);