banshee r5115 - in trunk/banshee: . src/Libraries/Hyena/Hyena



Author: jmillikin
Date: Thu Mar  5 23:04:17 2009
New Revision: 5115
URL: http://svn.gnome.org/viewvc/banshee?rev=5115&view=rev

Log:
2009-03-05  John Millikin  <jmillikin gmail com>

	* src/Libraries/Hyena/Hyena/Log.cs:
	Change the color used for warning messages to dark yellow (BGO #546647).



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Libraries/Hyena/Hyena/Log.cs

Modified: trunk/banshee/src/Libraries/Hyena/Hyena/Log.cs
==============================================================================
--- trunk/banshee/src/Libraries/Hyena/Hyena/Log.cs	(original)
+++ trunk/banshee/src/Libraries/Hyena/Hyena/Log.cs	Thu Mar  5 23:04:17 2009
@@ -110,7 +110,7 @@
             if (type != LogEntryType.Information || (type == LogEntryType.Information && !showUser)) {
                 switch (type) {
                     case LogEntryType.Error: ConsoleCrayon.ForegroundColor = ConsoleColor.Red; break;
-                    case LogEntryType.Warning: ConsoleCrayon.ForegroundColor = ConsoleColor.Yellow; break;
+                    case LogEntryType.Warning: ConsoleCrayon.ForegroundColor = ConsoleColor.DarkYellow; break;
                     case LogEntryType.Information: ConsoleCrayon.ForegroundColor = ConsoleColor.Green; break;
                     case LogEntryType.Debug: ConsoleCrayon.ForegroundColor = ConsoleColor.Blue; break;
                 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]