diff options
author | trevor <trevor@FreeBSD.org> | 2001-04-10 07:09:24 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-04-10 07:09:24 +0000 |
commit | 35e5f256fbc2cabf908c19f7f201d1930ca8ad76 (patch) | |
tree | 3ec7e9c3410eeeb2f7e36e5fe68f9476aee83e40 /audio/autozen/files/patch-ac | |
parent | fe3d1e66b4f8f8169496caefddf012ad824b33da (diff) | |
download | FreeBSD-ports-35e5f256fbc2cabf908c19f7f201d1930ca8ad76.zip FreeBSD-ports-35e5f256fbc2cabf908c19f7f201d1930ca8ad76.tar.gz |
Update to 1.3.1.
Diffstat (limited to 'audio/autozen/files/patch-ac')
-rw-r--r-- | audio/autozen/files/patch-ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/autozen/files/patch-ac b/audio/autozen/files/patch-ac index db38b7f..375b3d7 100644 --- a/audio/autozen/files/patch-ac +++ b/audio/autozen/files/patch-ac @@ -1,11 +1,11 @@ ---- autozen.c.orig Sat Sep 16 14:01:23 2000 -+++ autozen.c Sat Sep 16 14:07:48 2000 -@@ -199,7 +199,7 @@ +--- autozen.c.orig Sun Mar 4 16:56:21 2001 ++++ autozen.c Mon Apr 9 23:49:01 2001 +@@ -223,7 +223,7 @@ /* Lets set the filename, as if this were a save dialog, and we are giving a default filename */ gtk_file_selection_set_filename (GTK_FILE_SELECTION(filew), -- "*.seq"); -+ "X11BASE/share/autozen/*.seq"); +- "*.seq"); ++ "X11BASE/share/autozen/*.seq"); + gtk_file_selection_complete( GTK_FILE_SELECTION(filew), "*.seq"); gtk_widget_show(filew); - } |