summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/gtkui.c')
-rw-r--r--plugins/gtkui/gtkui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c
index 43a093bc..742cc1e5 100644
--- a/plugins/gtkui/gtkui.c
+++ b/plugins/gtkui/gtkui.c
@@ -1463,7 +1463,7 @@ static DB_plugin_action_t action_quit = {
static DB_plugin_action_t action_delete_from_disk = {
.title = "Delete From Disk",
.name = "delete_from_disk",
- .flags = DB_ACTION_SINGLE_TRACK | DB_ACTION_MULTIPLE_TRACKS,
+ .flags = DB_ACTION_MULTIPLE_TRACKS,
.callback = action_delete_from_disk_handler,
.next = &action_quit
};
@@ -1502,10 +1502,10 @@ static DB_plugin_action_t action_open_files = {
static DB_plugin_action_t action_track_properties = {
- .title = "[stub] Track properties",
+ .title = "Track properties",
.name = "track_properties",
.flags = DB_ACTION_MULTIPLE_TRACKS,
- .callback = NULL,
+ .callback = action_show_track_properties_handler,
.next = &action_open_files
};