summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddbtabstrip.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-15 14:41:03 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-15 14:41:03 +0200
commit621f858501ae8f70df41936aa33a2af66d580cca (patch)
tree9c222f68d197cf24ee9cda89d93997a5e12d9ca9 /plugins/gtkui/ddbtabstrip.c
parent66fcdb87b1b1730845e966de2a65806f9d04f20a (diff)
improved playlist add/move/rename handling
Diffstat (limited to 'plugins/gtkui/ddbtabstrip.c')
-rw-r--r--plugins/gtkui/ddbtabstrip.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/gtkui/ddbtabstrip.c b/plugins/gtkui/ddbtabstrip.c
index d4157c24..28b53946 100644
--- a/plugins/gtkui/ddbtabstrip.c
+++ b/plugins/gtkui/ddbtabstrip.c
@@ -719,10 +719,6 @@ on_tabstrip_button_release_event (GtkWidget *widget,
ts->dragging = -1;
ts->prepare = 0;
gtk_widget_queue_draw (widget);
- if (tab_moved) {
- deadbeef->pl_save_all ();
- deadbeef->conf_save ();
- }
}
}
return FALSE;