summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gtkui/trkproperties.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 6f5c9ef6..a4a9462e 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -236,7 +236,8 @@ 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);
+ main_refresh ();
+ search_refresh ();
}
break;
}