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

List:       kde-commits
Subject:    KDE/kdebase/apps/konsole/konsole
From:       Robert Knight <robertknight () gmail ! com>
Date:       2006-10-01 2:06:47
Message-ID: 1159668407.618862.28069.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 590827 by knight:

Fix crash on startup.  Session shortcuts are disabled for now and will be \
reimplemented later.

 M  +6 -2      konsole.cpp  


--- trunk/KDE/kdebase/apps/konsole/konsole/konsole.cpp #590826:590827
@@ -1165,11 +1165,15 @@
   addAction(action);
 
   // Should we load all *.desktop files now?  Required for Session shortcuts.
-  if ( KConfigGroup(KGlobal::config(), \
"General").readEntry("SessionShortcutsEnabled", QVariant(false)).toBool() ) { +  // \
--> answer: No, because the Konsole main window won't have an associated \
SessionManger +  //     at this stage of program execution, so it isn't possible to \
load session type information. +  // TODO: Reimplement and test session shorcuts
+ 
+  /*if ( KConfigGroup(KGlobal::config(), \
"General").readEntry("SessionShortcutsEnabled", QVariant(false)).toBool() ) {  \
b_sessionShortcutsEnabled = true;  loadSessionCommands();
     loadScreenSessions();
-  }
+  }*/
   m_shortcuts->readSettings();
 
   m_sessionList = new KMenu(this);


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

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