Comment 134 for bug 179988

Revision history for this message
Rygle (rygle) wrote :

Just doing a build with the changes suggested for ui/dialog/print.cpp for robustness

Can I also ask. In the print.cpp patch, right at the end, we have this;
=========
+#ifndef WIN32
     gtk_print_operation_set_default_page_setup (_printop, page_setup);
+#endif
=========

Is the #ifndef correct? Or should it be #ifdef? Keep in mind I know very little about C++

If this is wrong, then I suspect it would just work on win32, but it may cause a problem on Linux.

Rygle