~ubuntu-branches/ubuntu/oneiric/nux/oneiric

« back to all changes in this revision

Viewing changes to Nux/MenuPage.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-17 13:59:57 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101217135957-5gvg6fkjxaa252i0
Tags: upstream-0.9.12
ImportĀ upstreamĀ versionĀ 0.9.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
935
935
    if (GetParentMenu() == 0)
936
936
    {
937
937
      // This is the head of the menu chain
938
 
      m_MenuWindow = GetWindowCompositor().GetCurrentWindow();
 
938
      m_MenuWindow = GetWindowCompositor().GetProcessingTopView();
939
939
    }
940
940
 
941
941
    GetWindowCompositor().AddMenu (this, m_MenuWindow/*, OverrideCurrentMenuChain*/);