summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
Unidiff
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}