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

List:       kde-commits
Subject:    kdebase/kate/app
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2005-04-25 21:01:06
Message-ID: 20050425210106.D7D323EF () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

old option now useless, nice, faster kate app startup in the normal case, no fork, no \
dcop communication, no other cool stuf


  M +0 -13     kateconfigdialog.cpp   1.112
  M +0 -1      kateconfigdialog.h   1.39


--- kdebase/kate/app/kateconfigdialog.cpp  #1.111:1.112
@@ -118,15 +118,4 @@ KateConfigDialog::KateConfigDialog ( Kat
   lo->addWidget( bgStartup );
 
-  // How instances should be handled
-  cb_singleInstance = new QCheckBox(bgStartup);
-  cb_singleInstance->setText(i18n("Allow Kate to use more than one UN&IX process"));
-  config->setGroup("KDE");
-  cb_singleInstance->setChecked(config->readBoolEntry("MultipleInstances",false));
-  QWhatsThis::add( cb_singleInstance, i18n(
-        "If this is unchecked, Kate will only use one UNIX process. If you try \
                running it again, the current "
-        "process will get the focus, and open any files you requested to be opened. \
                If it is checked, each time "
-        "you start Kate, a new UNIX process will be started.") );
-  connect( cb_singleInstance, SIGNAL( toggled( bool ) ), this, SLOT( slotChanged() ) \
                );
-
   // sync the konsole ?
   cb_syncKonsole = new QCheckBox(bgStartup);
@@ -367,6 +356,4 @@ void KateConfigDialog::slotApply()
   if( dataChanged )
   {
-    config->setGroup("KDE");
-    config->writeEntry("MultipleInstances",cb_singleInstance->isChecked());
     config->setGroup("General");
 

--- kdebase/kate/app/kateconfigdialog.h  #1.38:1.39
@@ -65,5 +65,4 @@ class KateConfigDialog : public KDialogB
     bool dataChanged;
 
-    QCheckBox *cb_singleInstance;
     QCheckBox *cb_fullPath;
     QCheckBox *cb_syncKonsole;


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

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