diff options
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) |