summaryrefslogtreecommitdiffabout
path: root/kaddressbook
authorzautrix <zautrix>2005-04-01 14:55:11 (UTC)
committer zautrix <zautrix>2005-04-01 14:55:11 (UTC)
commit5d88f92b76a760f100384ea5fa6ed143088d19bb (patch) (side-by-side diff)
treefa12a6b8e82758774af98eaa0f45bed22e1cbc05 /kaddressbook
parente5ec0ef6a256b96a758815ef861526f53d1ad7a5 (diff)
downloadkdepimpi-5d88f92b76a760f100384ea5fa6ed143088d19bb.zip
kdepimpi-5d88f92b76a760f100384ea5fa6ed143088d19bb.tar.gz
kdepimpi-5d88f92b76a760f100384ea5fa6ed143088d19bb.tar.bz2
fix
Diffstat (limited to 'kaddressbook') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/views/configurecardviewdialog.cpp1
-rw-r--r--kaddressbook/views/configuretableviewdialog.cpp4
2 files changed, 4 insertions, 1 deletions
diff --git a/kaddressbook/views/configurecardviewdialog.cpp b/kaddressbook/views/configurecardviewdialog.cpp
index d518cf7..366e54c 100644
--- a/kaddressbook/views/configurecardviewdialog.cpp
+++ b/kaddressbook/views/configurecardviewdialog.cpp
@@ -111,6 +111,7 @@ qDebug("CardViewLookNFeelPage::restoreSettings make base color configurable");
c = QColor(0,0,0);
#endif //KAB_EMBEDDED
+ c = colorGroup().background();
lbColors->insertItem( new ColorListItem( i18n("Background Color"),
config->readColorEntry( "BackgroundColor", &c ) ) );
c = colorGroup().foreground();
diff --git a/kaddressbook/views/configuretableviewdialog.cpp b/kaddressbook/views/configuretableviewdialog.cpp
index cd09bcf..8bcceb2 100644
--- a/kaddressbook/views/configuretableviewdialog.cpp
+++ b/kaddressbook/views/configuretableviewdialog.cpp
@@ -115,6 +115,7 @@ qDebug("LookAndFeelPage::restoreSettings make base color configurable");
c = QColor(0,0,0);
#endif //KAB_EMBEDDED
+ c = colorGroup().background();
lbColors->insertItem( new ColorListItem( i18n("Background Color"),
config->readColorEntry( "BackgroundColor", &c ) ) );
c = colorGroup().foreground();
@@ -241,7 +242,8 @@ void LookAndFeelPage::initGUI()
"mBackgroundBox");
connect(mBackgroundBox, SIGNAL(toggled(bool)),
SLOT(enableBackgroundToggled(bool)));
-
+ // LR image not implemented
+ mBackgroundBox->setEnabled( false );
mBackgroundName = new KURLRequester(generalTab, "mBackgroundName");
#ifndef KAB_EMBEDDED
mBackgroundName->setMode(KFile::File | KFile::ExistingOnly |