~ubuntu-branches/ubuntu/natty/banshee/natty-201104090814

« back to all changes in this revision

Viewing changes to src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/HeaderWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-12-21 13:22:57 UTC
  • mfrom: (6.3.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20101221132257-r93dkoybpwo0ww35
Tags: 1.9.1-1ubuntu1
* Merge from Debian experimental, remaining changes:
  + Disable notification area by default
  + Disable boo and karma extensions
  + Enable and recommend u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
            shuffler.RandomModeRemoved += (r) => mode_combo.Remove (r);
100
100
        }
101
101
 
 
102
        public void SetManual () {
 
103
            ThreadAssist.AssertInMainThread ();
 
104
            mode_combo.ActiveValue = mode_combo.Default;
 
105
        }
 
106
 
102
107
        private void OnModeComboChanged (object o, EventArgs args)
103
108
        {
104
109
            var random_by = mode_combo.ActiveValue;