summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-13 21:03:52 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-13 21:15:54 +0200
commita0116d4496107e368b791d86295834c6e844a6e8 (patch)
tree0294bd3a66ea21a634190016bb6065c9c6f86b33 /plugins/gtkui/trkproperties.c
parent8d6dab0928866350d981793cd9207d0fb284fb4d (diff)
got rid of plt_lock and global_lock in favor of just using pl_lock for all playlist access;
added playlist modification time functions for tracking playlist changes; fixed gtkui playlist group rebuilding
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index cc419d59..5b58890c 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -339,7 +339,6 @@ trkproperties_fill_metadata (void) {
void
show_track_properties_dlg (void) {
- deadbeef->plt_lock ();
deadbeef->pl_lock ();
if (tracks) {
@@ -371,13 +370,11 @@ show_track_properties_dlg (void) {
}
else {
deadbeef->pl_unlock ();
- deadbeef->plt_unlock ();
return;
}
}
deadbeef->pl_unlock ();
- deadbeef->plt_unlock ();
GtkTreeView *tree;
GtkTreeView *proptree;