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

List:       kde-commits
Subject:    kdelibs/kdeui
From:       Klas Kalass <klas.kalass () gmx ! de>
Date:       2004-03-23 15:30:09
Message-ID: 20040323153009.4D02B99B4 () office ! kde ! org
[Download RAW message or body]

CVS commit by kalass: 

correct fix for bug 67689 in head as well, approved by David Faure.


  M +1 -1      ktoolbar.cpp   1.375


--- kdelibs/kdeui/ktoolbar.cpp  #1.374:1.375
@@ -1064,5 +1064,5 @@ void KToolBar::saveSettings(KConfig *con
     //kdDebug(220) << name() << "                icontext=" << icontext << " \
hasDefault:" << config->hasDefault( "IconText" ) << " d->IconTextDefault=" << \
d->IconTextDefault << endl;  
-    if(!config->hasDefault("IconText") && icontext == d->IconTextDefault )
+    if(d->m_honorStyle && icontext == d->IconTextDefault && \
!config->hasDefault("IconText") )  {
       //kdDebug(220) << name() << "                reverting icontext to default" << \
endl;


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

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