[totem] Stop loading .txt files as subtitles
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Subject: [totem] Stop loading .txt files as subtitles
- Date: Thu, 9 Jul 2009 20:23:54 +0000 (UTC)
commit a67f0bfd3ec5e1cbc27962421650b4ca40ea8eec
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jul 9 21:23:44 2009 +0100
Stop loading .txt files as subtitles
Just rename them, or load them by hand...
src/totem-uri.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/totem-uri.c b/src/totem-uri.c
index 0b5ff33..65efe1f 100644
--- a/src/totem-uri.c
+++ b/src/totem-uri.c
@@ -251,13 +251,12 @@ totem_setup_file_monitoring (Totem *totem)
/* List from xine-lib's demux_sputext.c */
static const char subtitle_ext[][4] = {
- "asc",
- "txt",
"sub",
"srt",
"smi",
"ssa",
- "ass"
+ "ass",
+ "asc"
};
gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]