From 8f60bb04d0442684e998fa1ea2e67bfec58d678e Mon Sep 17 00:00:00 2001 From: defnax Date: Mon, 27 Jul 2009 19:12:59 +0000 Subject: [PATCH] added .rsrl extension for the Ranklist git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1440 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/ULListDelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }