[vlc-devel] commit: Removed some useless dgb msgs and added some more useful localised error msgs ( Felix Paul Kühne )

Pierre d'Herbemont pdherbemont at free.fr
Sat Jul 19 21:12:23 CEST 2008


On Jul 19, 2008, at 8:36 PM, git version control wrote:
> @@ -755,6 +758,9 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
>         if( i != 0 )
>         {
>             msg_Err( p_intf, "An error occurred while saving the  
> Audio settings using SimplePrefs (%i)", i );
> +            intf_UserFatal( p_intf, false, _("Audio Settings not  
> saved"),
> +                        _("An error occured while saving your  
> settings via SimplePrefs (%i)."), i );
> +

Given how interaction is race prone and crashy, I am wondering myself  
if using it is a good idea... Why not NSRunAlertPanel directly?

Pierre.



More information about the vlc-devel mailing list