~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

« back to all changes in this revision

Viewing changes to ooo-build/patches/src680/sensible-browser.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-04-27 19:29:22 UTC
  • Revision ID: james.westby@ubuntu.com-20060427192922-2dburxv3b63f8v0u
Tags: 2.0.2-2ubuntu5
* Copy of the openoffice.org source.
  - debian/control.in: Change source name.
  - debian/changelog: Change source name.
  - debian/control: Regenerate control file.
* Add kurdish translations exported from Rosetta (2006-04-18).
* Workaround bad message strings in recently included GSI files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 # special handling for mailto: uris
32
32
 if echo $1 | grep '^mailto:' > /dev/null; then
33
33
-  kmailservice $1 &
34
 
+  sensible-ooomua $1
 
34
+  sensible-ooomua $1 &
35
35
 else
36
36
-  kfmclient openURL $1 &
37
 
+  sensible-browser $1
 
37
+  sensible-browser $1 &
38
38
 fi
39
39
 
40
40
 exit 0