SOURCES: psi-appearance-mod.patch - small cosmetic fix

hawk hawk at pld-linux.org
Mon Feb 4 15:57:12 CET 2008


Author: hawk                         Date: Mon Feb  4 14:57:12 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- small cosmetic fix

---- Files affected:
SOURCES:
   psi-appearance-mod.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/psi-appearance-mod.patch
diff -u SOURCES/psi-appearance-mod.patch:1.3 SOURCES/psi-appearance-mod.patch:1.4
--- SOURCES/psi-appearance-mod.patch:1.3	Sun Jan 27 18:18:15 2008
+++ SOURCES/psi-appearance-mod.patch	Mon Feb  4 15:57:07 2008
@@ -1733,10 +1733,15 @@
 diff -urN psi-0.11.orig/src/statusdlg.cpp psi-0.11/src/statusdlg.cpp
 --- psi-0.11.orig/src/statusdlg.cpp	2007-10-14 16:00:54.000000000 +0200
 +++ psi-0.11/src/statusdlg.cpp	2008-01-27 16:51:50.000000000 +0100
-@@ -191,6 +191,11 @@
+@@ -191,6 +191,16 @@
  	hb->addStretch(1);
  	hb->addWidget(pb2);
  
++	QPalette le_priority_palette = d->le_priority->palette();
++	le_priority_palette.setColor(QColorGroup::Base, option.color[cStatBG]);
++	le_priority_palette.setColor(QColorGroup::Text, option.color[cStatText]);
++	d->le_priority->setPalette(le_priority_palette);
++
 +	QPalette te_palette = d->te->palette();
 +	te_palette.setColor(QColorGroup::Base, option.color[cStatBG]);
 +	te_palette.setColor(QColorGroup::Text, option.color[cStatText]);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/psi-appearance-mod.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list