logo       

branches/work/kst/1.1/kst/kst: msg#00174

kde.kst

Subject: branches/work/kst/1.1/kst/kst

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


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise