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

« back to all changes in this revision

Viewing changes to .pc/use-pkexec-to-get-root-rights.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:
832
832
        original_texts = texts[:]
833
833
        for col in range(len(texts)):
834
834
            texts[col] = texts[col].ljust(colwidths[col])
835
 
            texts[col].replace(original_texts[col], display_texts[col])
 
835
            texts[col] = texts[col].replace(original_texts[col], display_texts[col])
836
836
        line = u"  ".join(texts)
837
837
        lines.append(line)
838
838
    for line in lines: