~ubuntu-branches/debian/sid/kdesvn/sid

« back to all changes in this revision

Viewing changes to src/kdesvnd/test.kde.sh

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2006-01-13 04:31:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060113043154-6drk4qesrslf3jhm
Tags: 0.7.2-1
* New upstream release.
  + Removed patch context_menu.diff, merged upstream.
* Added patch store_passwords_config.diff. Closes: #345518
* Added patch settings_icons.diff for more distinct icons in the settings
  dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
if [ "${mi}" = "5" ]; then
25
25
  cat ${1} | sed s/^Actions/\#Actions/g > $n
26
26
else
27
 
  cp ${1} ${n}
 
27
  cat ${1} | sed s/^X-KDE-GetActionMenu/\#X-KDE-GetActionMenu/g > $n
28
28
fi
29
29