diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-10 07:49:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-10 07:49:54 +0800 |
commit | 1808cd4b5a93a85ee10fff416a3a6f403c3717a0 (patch) | |
tree | 7e7aac2df2a59a93e0a2d9ae18dfbb41b4e8926f /misc/gnome-mime-data/files | |
parent | 02967937e42eb8b35fffc2a6989c31f6e43b5191 (diff) | |
download | freebsd-ports-graphics-1808cd4b5a93a85ee10fff416a3a6f403c3717a0.tar.gz freebsd-ports-graphics-1808cd4b5a93a85ee10fff416a3a6f403c3717a0.tar.zst freebsd-ports-graphics-1808cd4b5a93a85ee10fff416a3a6f403c3717a0.zip |
Remove an extraneous -p argument to gnome-sound-recorder that was making
it abort at startup.
Reported by: nectar
Diffstat (limited to 'misc/gnome-mime-data/files')
-rw-r--r-- | misc/gnome-mime-data/files/patch-gnome-vfs.applications | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/misc/gnome-mime-data/files/patch-gnome-vfs.applications b/misc/gnome-mime-data/files/patch-gnome-vfs.applications index 5d17bac7132..269a0905afc 100644 --- a/misc/gnome-mime-data/files/patch-gnome-vfs.applications +++ b/misc/gnome-mime-data/files/patch-gnome-vfs.applications @@ -1,5 +1,5 @@ ---- gnome-vfs.applications.orig Thu Sep 12 02:02:27 2002 -+++ gnome-vfs.applications Thu Sep 12 02:03:27 2002 +--- gnome-vfs.applications.orig Sun Oct 6 15:14:35 2002 ++++ gnome-vfs.applications Sun Feb 9 18:46:01 2003 @@ -55,7 +55,7 @@ mime_types=application/x-deb @@ -9,3 +9,12 @@ name=Electric Eyes can_open_multiple_files=true expects_uris=false +@@ -187,7 +187,7 @@ + mime_types=application/x-gnumeric,application/x-applix-spreadsheet,application/vnd.ms-excel,application/vnd.lotus-1-2-3,application/x-oleo,application/x-xbase,text/spreadsheet,text/x-comma-separated-values,text/tab-separated-values + + grecord +- command=gnome-sound-recorder -p ++ command=gnome-sound-recorder + name=Sound Recorder + can_open_multiple_files=false + expects_uris=false |