[Kst] [Bug 108060] printing doesn't allow page selection
Andrew Walker
arwalker at sumusltd.com
Wed Jul 20 23:50:09 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=108060
------- Additional Comments From arwalker sumusltd com 2005-07-20 23:50 -------
SVN commit 437080 by arwalker:
CCBUG:108060 Modify KDE version requirement.
M +2 -2 kst.cpp
--- trunk/extragear/graphics/kst/kst/kst.cpp #437079:437080
@ -1334,7 +1334,7 @
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();
@ -1352,7 +1352,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