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

List:       kde-commits
Subject:    lambda_reduce_1: kdepim/korganizer
From:       Adriaan de Groot <groot () kde ! org>
Date:       2005-03-02 0:34:47
Message-ID: 20050302003447.A235817987 () office ! kde ! org
[Download RAW message or body]

CVS commit by adridg: 

Simple implies compact


  M +1 -1      koeditorgeneral.cpp   1.51.4.2
  M +1 -1      koeditorgeneralevent.cpp   1.73.4.2
  M +1 -1      koeventeditor.cpp   1.94.4.1


--- kdepim/korganizer/koeditorgeneral.cpp  #1.51.4.1:1.51.4.2
@@ -239,5 +239,5 @@ void KOEditorGeneral::initAlarm(QWidget 
   alarmLayout->addWidget(mAlarmProgramButton);
 
-  if ( KOPrefs::instance()->mCompactDialogs ) {
+  if ( simple || KOPrefs::instance()->mCompactDialogs ) {
     mAlarmSoundButton->hide();
     mAlarmProgramButton->hide();

--- kdepim/korganizer/koeditorgeneralevent.cpp  #1.73.4.1:1.73.4.2
@@ -137,5 +137,5 @@ void KOEditorGeneralEvent::initTime(QWid
 
   mDurationLabel = new QLabel( timeBoxFrame );
-  if ( KOPrefs::instance()->mCompactDialogs ) {
+  if ( simple || KOPrefs::instance()->mCompactDialogs ) {
     layoutTimeBox->addMultiCellWidget( mDurationLabel, 3, 3, 0, 3 );
   } else {

--- kdepim/korganizer/koeventeditor.cpp  #1.94:1.94.4.1
@@ -113,5 +113,5 @@ void KOEventEditor::setupGeneral()
   mGeneral = new KOEditorGeneralEvent( this );
 
-  if( KOPrefs::instance()->mCompactDialogs ) {
+  if( simple || KOPrefs::instance()->mCompactDialogs ) {
     QFrame *topFrame = addPage(i18n("General"));
     QWhatsThis::add( topFrame,


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

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