summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.cpp') (more/less context) (show 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() {
void MainWindow::slotRecordScript() {
- if (currentSession()) {
+/* if (currentSession()) {
currentSession()->emulationLayer()->startRecording();
}
+ */
}
@@ -222,3 +223,3 @@ void MainWindow::slotRecordScript() {
void MainWindow::slotSaveScript() {
- if (currentSession() && currentSession()->emulationLayer()->isRecording()) {
+/* if (currentSession() && currentSession()->emulationLayer()->isRecording()) {
MimeTypes types;
@@ -233,2 +234,3 @@ void MainWindow::slotSaveScript() {
}
+ */
}
@@ -236,2 +238,3 @@ void MainWindow::slotSaveScript() {
void MainWindow::slotRunScript() {
+/*
if (currentSession()) {
@@ -247,2 +250,3 @@ void MainWindow::slotRunScript() {
}
+ */
}