# HG changeset patch # User Chris Cannam # Date 1308259260 -3600 # Node ID 50920723dd16a1eed7ea5633f2e493ca68855a35 # Parent 69b2338c06e1cb808a678440bb7f2125659e6ecf Fix dumb commenting that caused total failure in commit dialog diff -r 69b2338c06e1 -r 50920723dd16 src/confirmcommentdialog.cpp --- a/src/confirmcommentdialog.cpp Thu Jun 16 20:35:05 2011 +0100 +++ b/src/confirmcommentdialog.cpp Thu Jun 16 22:21:00 2011 +0100 @@ -72,13 +72,15 @@ DEBUG << "ConfirmCommentDialog: as html is:" << endl; DEBUG << m_textEdit->document()->toHtml() << endl; DEBUG << "ConfirmCommentDialog: as plain text is:" << endl; +*/ QString t = m_textEdit->document()->toPlainText(); +/* DEBUG << t << endl; DEBUG << "Characters: " << endl; for (int i = 0; i < t.length(); ++i) DEBUG << t[i].unicode(); DEBUG << endl; +*/ return t; -*/ } QString ConfirmCommentDialog::buildFilesText(QString intro, QStringList files)