Mercurial > audlegacy
diff src/audacious/ui_plugin_menu.h @ 3371:973cf1ae043a trunk
it's now possible to add plugin menuentries in playlist add, del, select and misc popup menus
| author | Giacomo Lozito <james@develia.org> |
|---|---|
| date | Sun, 19 Aug 2007 14:39:05 +0200 |
| parents | 676bfd7b6586 |
| children | cd6baa8283fe |
line wrap: on
line diff
--- a/src/audacious/ui_plugin_menu.h Sun Aug 19 14:10:50 2007 +0200 +++ b/src/audacious/ui_plugin_menu.h Sun Aug 19 14:39:05 2007 +0200 @@ -34,7 +34,7 @@ #define AUDACIOUS_MENU_PLAYLIST_ADD 3 #define AUDACIOUS_MENU_PLAYLIST_REMOVE 4 #define AUDACIOUS_MENU_PLAYLIST_SELECT 5 -#define AUDACIOUS_MENU_PLAYLIST_SORT 6 +#define AUDACIOUS_MENU_PLAYLIST_MISC 6 gint audacious_menu_plugin_item_add( gint , GtkWidget * ); gint audacious_menu_plugin_item_remove( gint , GtkWidget * );
