~ubuntu-branches/ubuntu/quantal/firefox/quantal

« back to all changes in this revision

Viewing changes to debian/globalmenu/src/uGlobalMenu.h

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-04-10 11:44:48 UTC
  • Revision ID: package-import@ubuntu.com-20120410114448-fr48g2n9crpgmvi8
Tags: 11.0+build1-0ubuntu4
* Update globalmenu-extension to 3.2
  - Fix LP: #915888 - Handling of checkbox menuitems with a command
    node is completely broken
  - Make uGlobalMenu::RemoveMenuObjectAt work correctly when removed items
    are not contiguous
  - Don't try to recycle an item that wasn't a separator as an item that is
    a separator, as this breaks the menu (we already ensured that the reverse
    of this couldn't happen)

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
    RecycleList(uGlobalMenu *aMenu);
112
112
    ~RecycleList();
113
113
 
 
114
    void Empty();
114
115
    DbusmenuMenuitem* PopRecyclableItem();
115
116
    void PrependRecyclableItem(DbusmenuMenuitem *aItem);
116
117
    void AppendRecyclableItem(DbusmenuMenuitem *aItem);