Changeset 3462 for pykota/branches

Show
Ignore:
Timestamp:
12/01/08 11:05:22 (15 years ago)
Author:
jerome
Message:

Fixed an uninitialized variable problem.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/branches/1.26_fixes/bin/cupspykota

    r3459 r3462  
    12841284 
    12851285            # retrieve the job size 
     1286            self.JobSize = 0 
    12861287            if self.Action == "DENY" : 
    1287                 self.JobSize = 0 
    12881288                self.printInfo(_("Job size forced to 0 because printing is denied.")) 
    12891289            elif self.Action == "CANCEL" : 
    1290                 self.JobSize = 0 
    12911290                self.printInfo(_("Job size forced to 0 because printing was cancelled.")) 
    12921291            else :