From 4c518826541470586bbc875eee477d3be48530eb Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 9 Mar 2011 21:19:36 +0100 Subject: moved tag writer settings to track properties dialog --- plugins/gtkui/trkproperties.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/gtkui/trkproperties.c') diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c index 14d57e56..92b85f25 100644 --- a/plugins/gtkui/trkproperties.c +++ b/plugins/gtkui/trkproperties.c @@ -34,6 +34,7 @@ #include "mainplaylist.h" #include "search.h" #include "ddbcellrenderertextmultiline.h" +#include "tagwritersettings.h" //#define trace(...) { fprintf(stderr, __VA_ARGS__); } #define trace(fmt,...) @@ -749,3 +750,10 @@ on_metalist_button_press_event (GtkWidget *widget, return FALSE; } +void +on_tagwriter_settings_clicked (GtkButton *button, + gpointer user_data) +{ + run_tagwriter_settings (trackproperties); +} + -- cgit v1.2.3