OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-meta                     Date:   28-Mar-2006 11:03:59
  Branch: HEAD                             Handle: 2006032810035800

  Modified files:
    openpkg-meta            canvas-js.php

  Log:
    fix special case of initial start: make sure we start with first
    message

  Summary:
    Revision    Changes     Path
    1.8         +1  -1      openpkg-meta/canvas-js.php
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-meta/canvas-js.php
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 canvas-js.php
  --- openpkg-meta/canvas-js.php        27 Mar 2006 13:46:28 -0000      1.7
  +++ openpkg-meta/canvas-js.php        28 Mar 2006 09:03:58 -0000      1.8
  @@ -161,7 +161,7 @@
       /*  remember switchdiv run-time information */
       switchdiv[id] = new Array();
       switchdiv[id]["divs"]     = divs;
  -    switchdiv[id]["current"]  = 0;
  +    switchdiv[id]["current"]  = divs.length-1;
       switchdiv[id]["keep"]     = keep;
       switchdiv[id]["suspend"]  = 0;
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to