summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-13 19:27:46 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-13 19:27:46 +0200
commit7a7328df8788795ce2fa561cdfa3fc515d2c087f (patch)
treecf1120934854fec57db7ad2c8cea48bebd476efe /plugins/gtkui/trkproperties.c
parent8f535ae3a976a24a37145584f24861499d9ea663 (diff)
fixed trkproperties not clearing property list after reloading metadata
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index c33435d5..9e9ffb2a 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -285,6 +285,7 @@ trkproperties_fill_metadata (void) {
}
trkproperties_modified = 0;
gtk_list_store_clear (store);
+ gtk_list_store_clear (propstore);
deadbeef->pl_lock ();
const char **keys = NULL;