Version: sconosciuto (using KDE 3.5.5, compiled sources) Compiler: gcc version 3.4.6 OS: Linux (i686) release 2.6.17.14 when I insert the total page number as variable I save and quit from kpresent and I open it again it's 1 instead of the maximum number of pages as I specified before to quit KPresenter. I saved the changes, but it losts it.
SVN commit 599433 by zachmann: o Fix [Bug 136363] New: total number of pages variable doesn't work The fix will be in koffice 1.6.1 BUG: 136363 M +1 -0 KPrDocument.cpp --- branches/koffice/1.6/koffice/kpresenter/KPrDocument.cpp #599432:599433 @@ -1792,6 +1792,7 @@ } emit sigProgress( 100 ); + recalcVariables( VT_PGNUM ); recalcVariables( VT_FIELD ); recalcVariables( VT_STATISTIC ); emit sigProgress( -1 );
You need to log in before you can comment on or make changes to this bug.