~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to shell/rb-play-order-shuffle.c

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include "rb-history.h"
36
36
#include "rb-debug.h"
37
37
#include "rb-util.h"
38
 
#include "eel-gconf-extensions.h"
39
38
 
40
39
static void rb_shuffle_play_order_class_init (RBShufflePlayOrderClass *klass);
41
40
static void rb_shuffle_play_order_init (RBShufflePlayOrder *sorder);