google-code-export / photivo

Automatically exported from code.google.com/p/photivo
GNU General Public License v3.0
3 stars 0 forks source link

Compilation error Photivo 2011-10-01 (rev 0af453c9379b)+ (fixed ?) #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.
compiling ../Sources/ptConfirmRequest.cpp
../Sources/ptConfirmRequest.cpp: In static member function ‘static bool 
ptConfirmRequest::saveImage(QString)’:
../Sources/ptConfirmRequest.cpp:126: error: ‘filename’ was not declared in 
this scope
make[1]: *** [../Objects/ptConfirmRequest.o] Erreur 1

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Debian Linux kernel : 3.0.4 x86_64 GNU/Linux

Please provide any additional information below.
Project MESSAGE: Photivo 2011-10-01 (rev 0af453c9379b)+

--- ptConfirmRequest.cpp.orig   2011-10-01 22:53:02.692797970 +0200
+++ ptConfirmRequest.cpp    2011-10-01 23:08:13.183415269 +0200
@@ -123,7 +123,7 @@
                  #ifdef Q_OS_WIN32
                    newFilename.replace(QString("/"), QString("\\"))
                  #else
-                   filename
+                   newFilename
                  #endif
                    + "\n\n" +
                    QObject::tr("Do you want to save the current image?"));

Original issue reported on code.google.com by photosho...@gmail.com on 1 Oct 2011 at 9:25

GoogleCodeExporter commented 9 years ago
Thx, fixed.

Original comment by m...@mm-log.com on 1 Oct 2011 at 9:37