/* * FSpotCompat.cs * * Author(s) * Stephane Delcroix * * This is free software. See COPYING for details. */ namespace Banshee.Base { public static class Globals { static bool debugging = false; public static bool Debugging { get { return debugging; } } } }