summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-lib-self-check-functions.h
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-09-19 07:35:20 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-09-19 07:35:20 +0000
commite12922f91bf38283fc309994afd8fb885f74d52e (patch)
treeb97b397f22388f56a70cd152f854f5a8e307a0d4 /libnautilus-extensions/nautilus-lib-self-check-functions.h
parentf7b31b3e59d51e14f015cb64656a22b379f305e7 (diff)
downloadnautilus-e12922f91bf38283fc309994afd8fb885f74d52e.tar.gz
fixed build problem where someone apparently deleted nautilus-queue
* libnautilus-extensions/nautilus-lib-self-check-functions.h: fixed build problem where someone apparently deleted nautilus-queue without deleting its self check function. Fixed by deleting the check. * components/music/mpg123_handler.c: (start_playing_file): fixed bug 2262, nautilus doesn't play variable bit rate mp3s properly, by adding the "-y" parameter to the mpg123 invocation, as suggested to me by Jamie Manley in email. This might also have fixed bug 2227, but I don't have vbr files to test with. * src/file-manager/fm-icon-view.c: (play_file): added the "-y" parameter to mpg123 invocations to play variable bit rate files better. Also, fixed bug 2529 by checking for non-local files and not trying to play them.
Diffstat (limited to 'libnautilus-extensions/nautilus-lib-self-check-functions.h')
-rw-r--r--libnautilus-extensions/nautilus-lib-self-check-functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnautilus-extensions/nautilus-lib-self-check-functions.h b/libnautilus-extensions/nautilus-lib-self-check-functions.h
index 43c802672..927d42b10 100644
--- a/libnautilus-extensions/nautilus-lib-self-check-functions.h
+++ b/libnautilus-extensions/nautilus-lib-self-check-functions.h
@@ -54,7 +54,6 @@ void nautilus_run_lib_self_checks (void);
macro (nautilus_self_check_icon_container) \
macro (nautilus_self_check_icon_factory) \
macro (nautilus_self_check_preference) \
- macro (nautilus_self_check_queue) \
/* Add new self-check functions to the list above this line. */
/* Generate prototypes for all the functions. */