summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkplaylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/gtkplaylist.c')
-rw-r--r--plugins/gtkui/gtkplaylist.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkplaylist.c b/plugins/gtkui/gtkplaylist.c
index 8c822dcc..b5fa1d31 100644
--- a/plugins/gtkui/gtkplaylist.c
+++ b/plugins/gtkui/gtkplaylist.c
@@ -1729,7 +1729,10 @@ gtkpl_column_remove (gtkplaylist_t *pl, gtkpl_column_t *c) {
}
cc = cc->next;
}
- assert (cc && "gtkpl: attempted to remove column that is not in list");
+
+ if (!cc) {
+ trace ("gtkpl: attempted to remove column that is not in list\n");
+ }
}
void