~ubuntu-branches/debian/lenny/phatch/lenny

« back to all changes in this revision

Viewing changes to phatch/core/api.py

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski, Stani M, Emilio Pozuelo Monfort, Sandro Tosi
  • Date: 2008-11-09 21:43:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20081109214323-1hdaslav6wy7jgcz
Tags: 0.1.6-1
[ Stani M ]
* New upstream release (Closes LP: #288404, #277073, #260549)

[ Emilio Pozuelo Monfort ]
* Fix watch file.

[ Sandro Tosi ]
* debian/control
  - switch Vcs-Browser field to viewsvn

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
    send.frame_show_progress(   title       = _("Executing action list"),
348
348
                                parent_max  = len(image_files),
349
349
                                child_max   = actions_amount,
350
 
                                message     = _('Starting...'),
 
350
                                message     = '',
351
351
                            )
352
352
    
353
353
    for image_index, (folder,image_file) in enumerate(image_files):