From 48ec0fc077b7834c49c1af1b1279f943ef58de41 Mon Sep 17 00:00:00 2001 From: ar Date: Fri, 18 Jun 2004 23:10:32 +0000 Subject: - BUGFIX: 0001292 - opie sheet not saving correctly --- diff --git a/noncore/apps/opie-sheet/mainwindow.cpp b/noncore/apps/opie-sheet/mainwindow.cpp index bb85a24..7394623 100644 --- a/noncore/apps/opie-sheet/mainwindow.cpp +++ b/noncore/apps/opie-sheet/mainwindow.cpp @@ -229,7 +229,7 @@ void MainWindow::selectorFileOpen(const DocLnk &lnkDoc) if (documentModified && saveCurrentFile()==QMessageBox::Cancel) return; if (currentDoc) delete currentDoc; - currentDoc = new DocLnk(); + currentDoc = new DocLnk( lnkDoc ); listSheets.clear(); comboSheets->clear(); -- cgit v0.9.0.2