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

List:       kde-commits
Subject:    branches/work/komo/kdepim/incidenceeditors/incidenceeditor-ng (silent)
From:       Bertjan Broeksema <b.broeksema () home ! nl>
Date:       2010-05-21 9:12:47
Message-ID: 20100521091247.83E6DAC8BC () svn ! kde ! org
[Download RAW message or body]

SVN commit 1129072 by bbroeksema:

SVN_SILENT: remove debug statement

 M  +2 -6      incidencedatetimeeditor.cpp  


--- branches/work/komo/kdepim/incidenceeditors/incidenceeditor-ng/incidencedatetimeeditor.cpp \
#1129071:1129072 @@ -147,13 +147,9 @@
 
 void IncidenceDateTimeEditor::startSpecChanged()
 {
-  if ( mUi->mEndCheck->isChecked() ) {
-    qDebug() << "end: " << currentEndDateTime().timeSpec().timeZone().name()
-      << "cur. start:" << mCurrentStartDateTime.timeSpec().timeZone().name();
-      
-    if ( currentEndDateTime().timeSpec() == mCurrentStartDateTime.timeSpec() )
+  if ( mUi->mEndCheck->isChecked()
+    && currentEndDateTime().timeSpec() == mCurrentStartDateTime.timeSpec() )
       mUi->mTimeZoneComboEnd->selectTimeSpec( \
                mUi->mTimeZoneComboStart->selectedTimeSpec() );
-  }
 
   mCurrentStartDateTime.setTimeSpec( mUi->mTimeZoneComboStart->selectedTimeSpec() );
 //   emit dateTimesChanged( mCurrStartDateTime, mCurrEndDateTime );


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

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