From 8dff8126ff47b4939b04e514e55b764299bd8e12 Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 8 Nov 2012 21:15:56 +0100 Subject: added several new action stubs; added flag to explicitly tell which actions should appear in the menus; fixed few issues in the hotkeys config dialog --- plugins/converter/convgui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/converter') diff --git a/plugins/converter/convgui.c b/plugins/converter/convgui.c index b44a1c1e..7147f09e 100644 --- a/plugins/converter/convgui.c +++ b/plugins/converter/convgui.c @@ -1431,7 +1431,7 @@ encoder_cmdline_help_link_create (gchar *widget_name, gchar *string1, gchar *str static DB_plugin_action_t convert_action = { .title = "Convert", .name = "convert", - .flags = DB_ACTION_MULTIPLE_TRACKS | DB_ACTION_SINGLE_TRACK, + .flags = DB_ACTION_MULTIPLE_TRACKS | DB_ACTION_SINGLE_TRACK | DB_ACTION_ADD_MENU, .callback = converter_show, .next = NULL }; -- cgit v1.2.3