[Rhythmbox-devel] RB python plugin - Insert menu entry in certain place



I'm writing a plugin that inserts a menu item in the Edit menu. But when I use the following str to add it into the menu:

ui_str = """
<ui>
<menubar name="MenuBar"> 
<menu name="EditMenu" action="">
<menuitem name="EditQueueAlbumMenu" action="">
</menu>
</menubar>
</ui>
"""

it adds it to the end of the Edit menu (after Preferences). Is there a way I can insert it after the 'Add to Play Queue' item?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]