diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-01 22:28:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-01 22:28:08 +0000 |
commit | 0dfdec2a0a52bfc8b60bac7c2731e06cc3d0d57d (patch) | |
tree | d28ba4cf5c1260ceb9c304a03a2305b7ed4dd6ef /multimedia/totem/files/patch-src_bacon-video-widget-xine.c | |
parent | Upgrade to version 0.98.20c. (diff) |
- Update to 0.99.11
PR: ports/65642
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Approved by: maintainer timeout (14 days)
Notes
Notes:
svn path=/head/; revision=108119
Diffstat (limited to 'multimedia/totem/files/patch-src_bacon-video-widget-xine.c')
-rw-r--r-- | multimedia/totem/files/patch-src_bacon-video-widget-xine.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/totem/files/patch-src_bacon-video-widget-xine.c b/multimedia/totem/files/patch-src_bacon-video-widget-xine.c new file mode 100644 index 000000000000..8e173d631f5f --- /dev/null +++ b/multimedia/totem/files/patch-src_bacon-video-widget-xine.c @@ -0,0 +1,17 @@ +--- src/bacon-video-widget-xine.c.orig Sat Apr 17 00:51:30 2004 ++++ src/bacon-video-widget-xine.c Mon Apr 19 19:43:30 2004 +@@ -1267,12 +1267,14 @@ + xine_stop (bvw->priv->stream); + message = g_strdup (_("The audio device is busy. Is another application using it?")); + break; ++#if 0 + case XINE_MSG_PERMISSION_ERROR: + if (strncmp (bvw->priv->mrl, "file:", 5) == 0) + message = g_strdup (_("You are not allowed to open this file.")); + else + message = g_strdup (_("The server refused access to this file or stream.")); + break; ++#endif + } + + if (message == NULL) |