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

« back to all changes in this revision

Viewing changes to .pc/do-not-hardcode-dropboxd-path.patch/dropbox.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2014-01-02 23:01:48 UTC
  • mfrom: (7.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140102230148-43213h931p3r3ph0
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:
815
815
        original_texts = texts[:]
816
816
        for col in range(len(texts)):
817
817
            texts[col] = texts[col].ljust(colwidths[col])
818
 
            texts[col].replace(original_texts[col], display_texts[col])
 
818
            texts[col] = texts[col].replace(original_texts[col], display_texts[col])
819
819
        line = u"  ".join(texts)
820
820
        lines.append(line)
821
821
    for line in lines: