Banshee.ServiceStack.Application.InitializePaths C# (CSharp) Method

InitializePaths() public static method

public static InitializePaths ( ) : void
return void
        public static void InitializePaths ()
        {
            if (!paths_initialized) {
                // We changed banshee-1 to banshee everywhere except the
                // ~/.config/banshee-1/ and ~/.cache/banshee-1 directories, and 
                // for gconf
                Paths.UserApplicationName = "banshee-1";
                Paths.ApplicationName = InternalName;
                paths_initialized = true;
            }
        }