[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. master/0.9.1-15-gbfdccff

Modestas Vainius modax-guest at alioth.debian.org
Tue Mar 31 01:29:17 UTC 2009


The following commit has been merged in the master branch:
commit 6bd557e82c19af304a04231971314cc5fad8c4fd
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Tue Mar 31 03:04:40 2009 +0300

    Display MigrationPage errors in red.
    
    Signed-off-by: Modestas Vainius <modestas at vainius.eu>

diff --git a/migrationpage.cpp b/migrationpage.cpp
index 6d51e4a..8aa0988 100644
--- a/migrationpage.cpp
+++ b/migrationpage.cpp
@@ -37,6 +37,9 @@ MigrationPagePrivate::MigrationPagePrivate(MigrationPage* parent)
   error = new QLabel(q);
   error->setWordWrap(true);
   error->setAlignment(Qt::AlignJustify);
+  QPalette pal = error->palette();
+  pal.setColor(QPalette::Text, Qt::red);
+  error->setPalette(pal);
 
   QLabel *warning = new QLabel(q);
   warning->setText(tr("WARNING: depending on the severity of the errors above, it might not be safe "

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list