[Foo2zjs-commits] r124 - trunk/hannah

white at alioth.debian.org white at alioth.debian.org
Fri Nov 2 02:13:24 UTC 2007


Author: white
Date: 2007-11-02 02:13:24 +0000 (Fri, 02 Nov 2007)
New Revision: 124

Modified:
   trunk/hannah/gui.cpp
   trunk/hannah/hannah.pro
Log:
Also commit to hannah playground

Modified: trunk/hannah/gui.cpp
===================================================================
--- trunk/hannah/gui.cpp	2007-11-02 00:09:25 UTC (rev 123)
+++ trunk/hannah/gui.cpp	2007-11-02 02:13:24 UTC (rev 124)
@@ -246,7 +246,6 @@
 
 void MainWindow::checkProgram()
 {
- 	
 	switch ( callProgram->exitCode() ) {
 		case 0:
 			QMessageBox::information(this, tr("Hannah - Firmware downloader"),
@@ -255,6 +254,8 @@
 			statusBar->showMessage(tr("Download and installation finished."));
 			break;
 		default:
+                        QMessageBox::critical(this, tr("Hannah - Firmware downloader"),
+                                tr(callProgram->readAllStandardError()));
 			QMessageBox::critical(this, tr("Hannah - Firmware downloader"),
 				tr("Something went wrong during the download and installation process for the following printers:\n"
 					"%1\n").arg(string), QMessageBox::Ok);

Modified: trunk/hannah/hannah.pro
===================================================================
--- trunk/hannah/hannah.pro	2007-11-02 00:09:25 UTC (rev 123)
+++ trunk/hannah/hannah.pro	2007-11-02 02:13:24 UTC (rev 124)
@@ -1,10 +1,8 @@
 ######################################################################
-# Automatically generated by qmake (2.01a) Thu Sep 27 01:13:29 2007
+# Automatically generated by qmake (1.07a) Fri Nov 2 13:18:05 2007
 ######################################################################
 
 TEMPLATE = app
-TARGET = 
-DEPENDPATH += .
 INCLUDEPATH += .
 
 # Input




More information about the Foo2zjs-commits mailing list