summaryrefslogtreecommitdiff
path: root/plugins/converter/convgui.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/converter/convgui.c')
-rw-r--r--plugins/converter/convgui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/converter/convgui.c b/plugins/converter/convgui.c
index 89a341f1..1c77c4ae 100644
--- a/plugins/converter/convgui.c
+++ b/plugins/converter/convgui.c
@@ -1388,7 +1388,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_CAN_MULTIPLE_TRACKS | DB_ACTION_ALLOW_MULTIPLE_TRACKS | DB_ACTION_SINGLE_TRACK,
+ .flags = DB_ACTION_MULTIPLE_TRACKS | DB_ACTION_SINGLE_TRACK,
.callback = DDB_ACTION_CALLBACK(converter_show),
.next = NULL
};