summaryrefslogtreecommitdiff
path: root/core/apps
authorllornkcor <llornkcor>2002-02-01 18:27:20 (UTC)
committer llornkcor <llornkcor>2002-02-01 18:27:20 (UTC)
commit96f799b935cda52dfed323cadb9025ba1ae737df (patch) (unidiff)
treea171ad37eed9bfb8619e8c524f4311a9abc3f4f1 /core/apps
parent4ffeffe4e91867dca42c02ddc5521d4182cabbb6 (diff)
downloadopie-96f799b935cda52dfed323cadb9025ba1ae737df.zip
opie-96f799b935cda52dfed323cadb9025ba1ae737df.tar.gz
opie-96f799b935cda52dfed323cadb9025ba1ae737df.tar.bz2
enabled fix
Diffstat (limited to 'core/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/konsole.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp
index f3f0c29..efcb1f2 100644
--- a/core/apps/embeddedkonsole/konsole.cpp
+++ b/core/apps/embeddedkonsole/konsole.cpp
@@ -52,6 +52,7 @@
52#include "konsole.h" 52#include "konsole.h"
53#include "keytrans.h" 53#include "keytrans.h"
54 54
55
55class EKNumTabBar : public QTabBar { 56class EKNumTabBar : public QTabBar {
56public: 57public:
57 void numberTabs() 58 void numberTabs()
@@ -120,6 +121,7 @@ static const char *commonCmds[] =
120 "mv ", 121 "mv ",
121 "nc localhost 7776", 122 "nc localhost 7776",
122 "nc localhost 7777", 123 "nc localhost 7777",
124 "netstat ",
123 "nslookup ", 125 "nslookup ",
124 "ping ", 126 "ping ",
125 "ps aux", 127 "ps aux",
@@ -701,7 +703,7 @@ void Konsole::configMenuSelected(int iD)
701 configMenu->setItemEnabled(-20 ,TRUE); 703 configMenu->setItemEnabled(-20 ,TRUE);
702 704
703 if(cfg.readEntry("EditEnabled","FALSE")=="TRUE") { 705 if(cfg.readEntry("EditEnabled","FALSE")=="TRUE") {
704 configMenu->setItemChecked(-16,TRUE); 706 configMenu->setItemChecked(-20,TRUE);
705 commonCombo->setEditable( TRUE ); 707 commonCombo->setEditable( TRUE );
706 } else { 708 } else {
707 configMenu->setItemChecked(-20,FALSE); 709 configMenu->setItemChecked(-20,FALSE);