[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/kopete/kopete/config/appearance
From:       Jason Keirstead <jason () keirstead ! org>
Date:       2004-07-08 13:21:39
Message-ID: 20040708132139.0F8D616B1C () office ! kde ! org
[Download RAW message or body]

CVS commit by brunes: 

Fix compile bug with XRENDER check

CCMAIL: 84730-done@bugs.kde.org


  M +5 -1      appearanceconfig.cpp   1.36


--- kdenetwork/kopete/kopete/config/appearance/appearanceconfig.cpp  #1.35:1.36
@@ -166,5 +166,9 @@ AppearanceConfig::AppearanceConfig(QWidg
 
         // don't enable the checkbox if XRender is not available
-        mPrfsContactList->mFadeVisibility->setEnabled( HAVE_XRENDER );
+        #ifdef HAVE_XRENDER
+        mPrfsContactList->mFadeVisibility->setEnabled(true);
+        #else
+        mPrfsContactList->mFadeVisibility->setEnabled(false);
+        #endif
 
         mAppearanceTabCtl->addTab(mPrfsContactList, i18n("Contact List"));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic