summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
authorzecke <zecke>2002-10-14 17:46:45 (UTC)
committer zecke <zecke>2002-10-14 17:46:45 (UTC)
commit2c5e8939ba073a42c032f5a9660ed0dd4580bf88 (patch) (unidiff)
tree163d660eb057ba0f78c119465d85413d3524ed1b /noncore/apps/opie-console/mainwindow.cpp
parent51e18b363eb37621479a059af58da3040db1be7e (diff)
downloadopie-2c5e8939ba073a42c032f5a9660ed0dd4580bf88.zip
opie-2c5e8939ba073a42c032f5a9660ed0dd4580bf88.tar.gz
opie-2c5e8939ba073a42c032f5a9660ed0dd4580bf88.tar.bz2
The new old TerminalWidget I'm anything but happy about it
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp
index 1adb43d..1d7a4be 100644
--- a/noncore/apps/opie-console/mainwindow.cpp
+++ b/noncore/apps/opie-console/mainwindow.cpp
@@ -216,5 +216,6 @@ void MainWindow::slotNew() {
216void MainWindow::slotRecordScript() { 216void MainWindow::slotRecordScript() {
217 if (currentSession()) { 217/* if (currentSession()) {
218 currentSession()->emulationLayer()->startRecording(); 218 currentSession()->emulationLayer()->startRecording();
219 } 219 }
220 */
220} 221}
@@ -222,3 +223,3 @@ void MainWindow::slotRecordScript() {
222void MainWindow::slotSaveScript() { 223void MainWindow::slotSaveScript() {
223 if (currentSession() && currentSession()->emulationLayer()->isRecording()) { 224/* if (currentSession() && currentSession()->emulationLayer()->isRecording()) {
224 MimeTypes types; 225 MimeTypes types;
@@ -233,2 +234,3 @@ void MainWindow::slotSaveScript() {
233 } 234 }
235 */
234} 236}
@@ -236,2 +238,3 @@ void MainWindow::slotSaveScript() {
236void MainWindow::slotRunScript() { 238void MainWindow::slotRunScript() {
239/*
237 if (currentSession()) { 240 if (currentSession()) {
@@ -247,2 +250,3 @@ void MainWindow::slotRunScript() {
247 } 250 }
251 */
248} 252}