diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-10-02 16:43:47 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-10-02 16:43:47 +0000 |
commit | e02e609ae47c2c59ab1d648c8e82896e704a2a92 (patch) | |
tree | 423dc1661976589d56f3c409ce93b51f0943dca7 /palm/syncal/files/patch-ab | |
parent | Fix the use of BIGENDIAN where it should not have been (diff) |
upgrade to 0.8.1.
PR: 13690
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=22120
Diffstat (limited to 'palm/syncal/files/patch-ab')
-rw-r--r-- | palm/syncal/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/palm/syncal/files/patch-ab b/palm/syncal/files/patch-ab new file mode 100644 index 000000000000..1f50a54fa284 --- /dev/null +++ b/palm/syncal/files/patch-ab @@ -0,0 +1,19 @@ +*** ical.patch.org Fri Sep 17 22:29:27 1999 +--- ical.patch Fri Sep 17 22:29:59 1999 +*************** +*** 17,23 **** + + "Okay" "Cancel"] + + + + if { $result} { +! + exec syncal >/dev/null + + io_read [ical_leader] + + } + + cal option AmPm $dm_AmPm +--- 17,23 ---- + + "Okay" "Cancel"] + + + + if { $result} { +! + exec @@PREFIX@@/bin/syncal >/dev/null + + io_read [ical_leader] + + } + + cal option AmPm $dm_AmPm |