diff --git a/retroshare-gui/src/gui/ULListDelegate.cpp b/retroshare-gui/src/gui/ULListDelegate.cpp index 9ad944068..8e8358e92 100644 --- a/retroshare-gui/src/gui/ULListDelegate.cpp +++ b/retroshare-gui/src/gui/ULListDelegate.cpp @@ -129,7 +129,7 @@ void ULListDelegate::paint(QPainter * painter, const QStyleOptionViewItem & opti xProgressBar progressBar(option.rect, painter );// the 3rd param is the color schema (0 is the default value) QString ext = QFileInfo(QString::fromStdString(index.sibling(index.row(), UNAME).data().toString().toStdString())).suffix();; - if (ext == "rsfc" || ext == "dist" ) + if (ext == "rsfc" || ext == "rsrl" || ext == "dist" ) { progressBar.setColorSchema( 9); }