summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-08-31 16:13:48 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-08-31 16:13:48 +0000
commit36ed484fde752a5a652ac1ce6769302c0db37455 (patch)
treeb6de781698f1d09ba990d38514d81b2ed625cf2a /configure.in
parentf4dbbb3f84782891a5f873f3a6cb66cc26c6a163 (diff)
downloadtotem-36ed484fde752a5a652ac1ce6769302c0db37455.tar.gz
Fix Cone disabled message, it should say disabled...
2007-08-31 Bastien Nocera <hadess@hadess.net> * configure.in: Fix Cone disabled message, it should say disabled... * src/totem-uri.c: (totem_get_volume_for_media), (totem_is_special_mrl): Fix totem_is_special_mrl, as a file:/// URI has a volume, but isn't so special, make totem_is_special_mrl static, we're not using it anywhere else, Only get the volume monitor when we really need it * src/totem-uri.h: remove totem_is_special_mrl() * src/totem.c: (totem_action_eject), (totem_action_remote): Close the currently played item, and free it before we remove items from the playlist (in the eject's callbacks), _set_mrl_and_play with a NULL MRL means nothing svn path=/trunk/; revision=4642
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0d15f6e91..5881b2dc1 100644
--- a/configure.in
+++ b/configure.in
@@ -1121,7 +1121,7 @@ if test x$enable_browser_plugins = xyes ; then
if test x$enable_cone_plugin = xyes ; then
AC_MSG_NOTICE([** Cone (VLC) plugin enabled])
else
- AC_MSG_NOTICE([ Cone (VLC) plugin enabled])
+ AC_MSG_NOTICE([ Cone (VLC) plugin disabled])
fi
else
AC_MSG_NOTICE([ Browser plugin disabled])