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

« back to all changes in this revision

Viewing changes to src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/MainMenu.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:
48
48
            ((PlaybackShuffleActions)interface_service.FindActionGroup ("PlaybackShuffle")).AttachSubmenu (
49
49
                "/MainMenu/PlaybackMenu/ShuffleMenu");
50
50
 
 
51
            ((PlaybackSubtitleActions)interface_service.FindActionGroup ("PlaybackSubtitle")).AttachSubmenu (
 
52
                "/MainMenu/PlaybackMenu/SubtitleMenu");
 
53
 
51
54
            menu.Show ();
52
55
            PackStart (menu, true, true, 0);
53
56
        }