mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-11 07:06:41 +01:00
2017-12-04 Fred Gleason <fredg@paravelsystems.com>
* Removed a debugging statement.
This commit is contained in:
@@ -16404,3 +16404,5 @@
|
|||||||
rd.conf(5).
|
rd.conf(5).
|
||||||
* Added an 'Collation=' directive to the [MySQL] section of
|
* Added an 'Collation=' directive to the [MySQL] section of
|
||||||
rd.conf(5).
|
rd.conf(5).
|
||||||
|
2017-12-04 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Removed a debugging statement.
|
||||||
|
|||||||
@@ -155,7 +155,6 @@ void ImportListView::refreshList(int line)
|
|||||||
item->setText(3,RDGetTimeLength(logline->forcedLength(),false,false));
|
item->setText(3,RDGetTimeLength(logline->forcedLength(),false,false));
|
||||||
total_len+=logline->forcedLength();
|
total_len+=logline->forcedLength();
|
||||||
switch(logline->transType()) {
|
switch(logline->transType()) {
|
||||||
printf("line: %d transtype: %d\n",line,logline->transType());
|
|
||||||
case RDLogLine::Play:
|
case RDLogLine::Play:
|
||||||
item->setText(5,tr("PLAY"));
|
item->setText(5,tr("PLAY"));
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user