]> git.pld-linux.org Git - packages/nautilus.git/blob - nautilus-mpg123-esd.patch
- libs deps moved to -libs, cosmetics
[packages/nautilus.git] / nautilus-mpg123-esd.patch
1 diff -urN aaa/nautilus-2.3.7/src/file-manager/fm-icon-view.c nautilus-2.3.7/src/file-manager/fm-icon-view.c
2 --- aaa/nautilus-2.3.7/src/file-manager/fm-icon-view.c  2003-07-21 02:01:06.000000000 +0200
3 +++ nautilus-2.3.7/src/file-manager/fm-icon-view.c      2003-07-28 11:41:04.000000000 +0200
4 @@ -1762,7 +1762,7 @@
5                 /* Set the group (session) id to this process for future killing. */
6                 setsid();
7                 if (is_mp3) {
8 -                       command_str = "mpg123 -y -q -";
9 +                       command_str = "mpg123-esd -y -q -";
10                 } else if (is_ogg) {
11                         command_str = "ogg123 -q -";
12                 } else {
This page took 0.028664 seconds and 3 git commands to generate.