summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gtkui/trkproperties.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 481cdc8c..61df69f0 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -19,6 +19,7 @@
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <string.h>
+#include "ddblistview.h"
#include "trkproperties.h"
#include "interface.h"
#include "support.h"
@@ -211,6 +212,7 @@ on_write_tags_clicked (GtkButton *button,
GtkTreeModel *model = GTK_TREE_MODEL (gtk_tree_view_get_model (tree));
gtk_tree_model_foreach (model, set_metadata_cb, track);
dec->write_metadata (track);
+ ddb_listview_refresh (DDB_LISTVIEW (lookup_widget (mainwin, "playlist")), DDB_REFRESH_LIST);
}
break;
}