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="Edit"> <menuitem name="EditQueueAlbumMenu" action="QueueAlbum"/> </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?
_______________________________________________ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel