[Kst] branches/work/kst/1.1/kst/kst
George Staikos
staikos at kde.org
Thu Jul 21 00:57:31 CEST 2005
SVN commit 437104 by staikos:
ah we need this one too
M +2 -2 kst.cpp
--- branches/work/kst/1.1/kst/kst/kst.cpp #437103:437104
@@ -1158,7 +1158,7 @@
ks->printing.monochrome = printer.option("kst-plot-monochrome");
ks->save();
-#if KDE_VERSION <= KDE_MAKE_VERSION(3,3,0)
+#if KDE_VERSION < KDE_MAKE_VERSION(3,3,0)
int iFromPage = printer.fromPage();
int iToPage = printer.toPage();
@@ -1176,7 +1176,7 @@
win = dynamic_cast<KstViewWindow*>(it->currentItem());
if (win && !win->view()->children().isEmpty()) {
pages++;
-#if KDE_VERSION <= KDE_MAKE_VERSION(3,3,0)
+#if KDE_VERSION < KDE_MAKE_VERSION(3,3,0)
if ((iFromPage == 0 && iToPage == 0) ||
(iFromPage <= pages && iToPage >= pages)) {
#else
More information about the Kst
mailing list