~ubuntu-branches/ubuntu/trusty/nautilus-dropbox/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/add-http-proxy-option.patch/dropbox.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2014-01-02 23:01:48 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140102230148-7csb2wj90pnjjstv
Tags: 1.6.1-1
* [2e7146f] Fix missing colour output in dropbox (Closes: #730656)
* [fba6519] Imported Upstream version 1.6.1
* [a4e21c3] Drop fix-colour-output.patch (upstreamed)
* [864fd02] No-change bump of Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
831
831
        original_texts = texts[:]
832
832
        for col in range(len(texts)):
833
833
            texts[col] = texts[col].ljust(colwidths[col])
834
 
            texts[col].replace(original_texts[col], display_texts[col])
 
834
            texts[col] = texts[col].replace(original_texts[col], display_texts[col])
835
835
        line = u"  ".join(texts)
836
836
        lines.append(line)
837
837
    for line in lines: