[vlc-commits] macosx: fixed crash when opening DVDs with uncommon disk names (close #7146 )

2012-07-16 Thread Felix Paul Kühne
vlc/vlc-2.0 | branch: master | Felix Paul Kühne fkue...@videolan.org | Sun 
Jul 15 19:39:08 2012 +0200| [d444204002b3ed289a149e5283a316e9995a34e8] | 
committer: Felix Paul Kühne

macosx: fixed crash when opening DVDs with uncommon disk names (close #7146)
(cherry picked from commit 68889de9bd2481b86c44e4d4150bbad19ffd5416)

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=d444204002b3ed289a149e5283a316e9995a34e8
---

 modules/gui/macosx/open.m |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 576c800..028703a 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -708,13 +708,13 @@ static VLCOpen *_o_sharedMainInstance = nil;
 
 GetVolParmsInfoBuffer volumeParms;
 err = FSGetVolumeParms( actualVolume, volumeParms, sizeof(volumeParms) );
-if ( noErr != err ) {
-msg_Err( p_intf, error retrieving volume params, bailing out );
-return @;
+if ( noErr == err )
+{
+NSString *bsdName = [NSString stringWithUTF8String:(char 
*)volumeParms.vMDeviceID];
+return [NSString stringWithFormat:@/dev/r%@, bsdName];
 }
 
-NSString *bsdName = [NSString stringWithUTF8String:(char 
*)volumeParms.vMDeviceID];
-return [NSString stringWithFormat:@/dev/r%@, bsdName];
+return @;
 }
 
 - (char *)getVolumeTypeFromMountPath:(NSString *)mountPath
@@ -776,7 +776,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
 
 BOOL isDir;
 if ([fm fileExistsAtPath:fullPath isDirectory:isDir]  
isDir)
-{
+{
 if ([currentFile caseInsensitiveCompare:@SVCD] == 
NSOrderedSame)
 {
 returnValue = kVLCMediaSVCD;

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n NEWS

2012-07-16 Thread Felix Paul Kühne
vlc/vlc-2.0 | branch: master | Felix Paul Kühne fkue...@videolan.org | Mon 
Jul 16 14:42:05 2012 +0200| [fe6574e0690b6256f57f5c8d35d632e047745e3c] | 
committer: Felix Paul Kühne

l10n NEWS

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=fe6574e0690b6256f57f5c8d35d632e047745e3c
---

 NEWS |7 +++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index a1a96e0..bc140aa 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,13 @@ Mac OS X:
 * Fix fullscreen toggle over extra interfaces
 * Minor bugfixes and improvements
 
+Translations:
+* Updates for Breton, Dutch, Gaelic, German, Hebrew, Icelandic,
+  Japanese, Khmer, Korean, Polish, Simplified Chinese, Slovenian, Turkish
+  and Walloon
+* New translation to Uzbek and Marathi
+* Fix activation of the Gaellic translation
+
 
 Changes between 2.0.1 and 2.0.2:
 

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Adding th and mr to language list

2012-07-16 Thread Christoph Miebach
vlc/vlc-2.0 | branch: master | Christoph Miebach christoph.mieb...@web.de | 
Mon Jul 16 15:15:34 2012 +0200| [3994c441d550c32f1c700616b52d44b9bdae6286] | 
committer: Christoph Miebach

Adding th and mr to language list

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=3994c441d550c32f1c700616b52d44b9bdae6286
---

 src/libvlc-module.c |4 
 1 file changed, 4 insertions(+)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 648c148..3723f52 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -84,6 +84,7 @@ static const char *const ppsz_language[] =
 ko,
 lt,
 mn,
+mr,
 ms,
 nb,
 ne,
@@ -102,6 +103,7 @@ static const char *const ppsz_language[] =
 sr,
 sv,
 te,
+th,
 tr,
 uk,
 vi,
@@ -149,6 +151,7 @@ static const char *const ppsz_language_text[] =
 한국어,
 lietuvių,
 Монгол хэл,
+मराठी,
 Melayu,
 Bokmål,
 नेपाली,
@@ -167,6 +170,7 @@ static const char *const ppsz_language_text[] =
 српски,
 Svenska,
 తెలుగు,
+ภาษาไทย,
 Türkçe,
 украї́нська мо́ва,
 tiếng Việt,

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Russian update

2012-07-16 Thread Alexander Lakhin
vlc/vlc-2.0 | branch: master | Alexander Lakhin exclus...@gmail.com | Mon Jul 
16 16:14:16 2012 +0200| [ce6c9e1621ec37a0588b3887d955d36c58fd90a6] | committer: 
Christoph Miebach

l10n: Russian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=ce6c9e1621ec37a0588b3887d955d36c58fd90a6
---

 po/ru.po |  113 --
 1 file changed, 51 insertions(+), 62 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=ce6c9e1621ec37a0588b3887d955d36c58fd90a6
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Typos, name spelling

2012-07-16 Thread Christoph Miebach
vlc/vlc-2.0 | branch: master | Christoph Miebach christoph.mieb...@web.de | 
Mon Jul 16 16:16:50 2012 +0200| [adae1162cc9926c03dfbf6d68fc34b9aeddb721a] | 
committer: Christoph Miebach

Typos, name spelling

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=adae1162cc9926c03dfbf6d68fc34b9aeddb721a
---

 AUTHORS |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 65938a9..a99439e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -571,7 +571,7 @@ airplanez - Korean
 Ajith Manjula - Sinhala
 Alexander Didebulidze - Georgian
 Alexander Henket - Dutch
-Alexander Law - Russian
+Alexander Lakhin - Russian
 Alexey Lugin - Ukrainian
 Alexey Salmin - Russian
 Alfred John - Acoli
@@ -643,7 +643,7 @@ Jon Stødle - Norwegian Nynorsk
 Jouni Kähkönen - Finnish
 Juha Jeronen - Finnish
 Kai Hermann - German
-Kamil Páral -  Czech
+Kamil Páral - Czech
 Kang Jeong-Hee - Korean
 Kaya Zeren - Turkish
 Khin Mi Mi Aung - Burmese
@@ -665,7 +665,7 @@ Mathias C. Berens, welcome-soft - German
 Mattias Põldaru - Estonian
 Md. Rezwan Shahid - Bengali
 Meelad Zakaria - Persian
-Michael Bauer - Gaelic (Scottish)
+Michael Bauer - Gaelic; Scottish Gaelic
 Michał Trzebiatowski - Polish
 Mihkel Kirjutas - Estonian
 Mindaugas Baranauskas - Lithuanian

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Typos, more languages are updated

2012-07-16 Thread Christoph Miebach
vlc/vlc-2.0 | branch: master | Christoph Miebach christoph.mieb...@web.de | 
Mon Jul 16 16:18:02 2012 +0200| [14af02854b6840c2ee2ca29442b7712341102084] | 
committer: Christoph Miebach

Typos, more languages are updated

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=14af02854b6840c2ee2ca29442b7712341102084
---

 NEWS |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index bc140aa..4fdf297 100644
--- a/NEWS
+++ b/NEWS
@@ -8,11 +8,11 @@ Mac OS X:
 * Minor bugfixes and improvements
 
 Translations:
-* Updates for Breton, Dutch, Gaelic, German, Hebrew, Icelandic,
-  Japanese, Khmer, Korean, Polish, Simplified Chinese, Slovenian, Turkish
-  and Walloon
+* Updates for Breton, Czech, Dutch, Gaelic, German, Hebrew, Hindi, Icelandic,
+  Japanese, Khmer, Korean, Polish, Russian, Simplified Chinese, Slovenian,
+  Turkish and Walloon
 * New translation to Uzbek and Marathi
-* Fix activation of the Gaellic translation
+* Fix activation of the Gaelic and the Thai translation
 
 
 Changes between 2.0.1 and 2.0.2:

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits