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

List:       kde-commits
Subject:    kdenetwork/kopete/kopete/config/appearance
From:       Richard Smith <kde () metafoo ! co ! uk>
Date:       2004-10-19 15:37:18
Message-ID: 20041019153718.6981416C0A () office ! kde ! org
[Download RAW message or body]

CVS commit by lilachaze: 

Fix #84730: don't assume HAVE_XRENDER is defined.
CCBUG: 84730
CCMAIL: matt@matt.rogers.name


  M +5 -1      appearanceconfig.cpp   1.44


--- kdenetwork/kopete/kopete/config/appearance/appearanceconfig.cpp  #1.43:1.44
@@ -320,5 +320,9 @@ void AppearanceConfig::load()
         mPrfsContactList->mDisplayMode->setButton( p->contactListDisplayMode() );
         mPrfsContactList->mAnimateChanges->setChecked( p->contactListAnimation() );
-        mPrfsContactList->mFadeVisibility->setChecked( p->contactListFading() && HAVE_XRENDER );
+#ifdef HAVE_XRENDER
+        mPrfsContactList->mFadeVisibility->setChecked( p->contactListFading() );
+#else
+        mPrfsContactList->mFadeVisibility->setChecked( false );
+#endif
         mPrfsContactList->mFoldVisibility->setChecked( p->contactListFolding() );
 


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

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