summaryrefslogblamecommitdiffstats
path: root/audio/rhythmbox/files/patch-shell_rb-play-order.c
blob: 5e7990b0038d19da196c9c2d5874436f30adae08 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
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);