diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-09 16:14:28 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-09 16:14:28 +0000 |
commit | edbfa7fec8efb42e5e53ab2dd090945cdf1fe93d (patch) | |
tree | 763209caa7a786e8b8cd49c3b22a57cc89f8d850 /palm/jpilot/files/patch-bd | |
parent | Correct pkg-comment, GTK stands for "Gimp Toolkit", (diff) |
Upgrade to 0.99.
PR: ports/24933
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=38132
Diffstat (limited to 'palm/jpilot/files/patch-bd')
-rw-r--r-- | palm/jpilot/files/patch-bd | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/palm/jpilot/files/patch-bd b/palm/jpilot/files/patch-bd deleted file mode 100644 index 87f83ea0e889..000000000000 --- a/palm/jpilot/files/patch-bd +++ /dev/null @@ -1,25 +0,0 @@ ---- jpilot.c Sat Feb 12 21:33:21 2000 -+++ jpilot.c.orig Fri May 19 19:49:10 2000 -@@ -609,6 +609,11 @@ - bad_sync_exit_status(exit_status); - } - } -+ /*Look for finish message */ -+ Pstr1 = strstr(buf, "Finished"); -+ if (Pstr1) { -+ cb_app_button(NULL, GINT_TO_POINTER(REDRAW)); -+ } - } - } - ---- sync.c Thu Feb 24 03:20:33 2000 -+++ sync.c.orig Fri May 19 19:48:43 2000 -@@ -107,7 +107,7 @@ - waitpid(-1, NULL, WNOHANG); - - /*refresh the screen after a sync */ -- cb_app_button(NULL, GINT_TO_POINTER(REDRAW)); -+ /*cb_app_button(NULL, GINT_TO_POINTER(REDRAW));*/ - - return; - } |