Comment 6 for bug 995747

Revision history for this message
James Plate (james-plate-deactivatedaccount) wrote :

Tested on

Ubuntu 10.04.4 LTS Desktop - 32 Bit

gedit:
  Installed: 2.30.3-0ubuntu0.1
  Candidate: 2.30.3-0ubuntu0.1
  Version table:
 *** 2.30.3-0ubuntu0.1 0
        500 http://ca.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
        100 /var/lib/dpkg/status
     2.30.0git20100413-0ubuntu1 0
        500 http://ca.archive.ubuntu.com/ubuntu/ lucid/main Packages

List of active plugins:
gconftool-2 -g /apps/gedit-2/plugins/active-plugins
[modelines,spell,docinfo,filebrowser,time,externaltools]

No output when started in terminal and running the remove trailing spaces tool that uses identical sed:
#!/bin/sh

sed 's/[[:blank:]]*$//'

So I guess it's not sed's fault.