diff --git a/SparkleShare/Linux/EventLog.cs b/SparkleShare/Linux/EventLog.cs index cbd23a91..427dd95c 100755 --- a/SparkleShare/Linux/EventLog.cs +++ b/SparkleShare/Linux/EventLog.cs @@ -167,24 +167,15 @@ namespace SparkleShare { html = html.Replace ("", "#009ff8"); html = html.Replace ("", "#0085cf"); - html = html.Replace ("", StyleContext.GetFont (StateFlags.Normal).Family); html = html.Replace ("", (double) (StyleContext.GetFont (StateFlags.Normal).Size / 1024 + 3) + "px"); html = html.Replace ("", UserInterfaceHelpers.RGBAToHex (StyleContext.GetColor (StateFlags.Normal))); - - // TODO - // html = html.Replace ("", - // UserInterfaceHelpers.RGBAToHex (new TreeView ().StyleContext.GetStyleProperty ("background-color"))); - + html = html.Replace ("",UserInterfaceHelpers.RGBAToHex (new TreeView ().StyleContext.GetBackgroundColor (StateFlags.Normal))); html = html.Replace ("", (StyleContext.GetFont (StateFlags.Normal).Size / 1024 + 3) + "px"); - html = html.Replace ("", - UserInterfaceHelpers.RGBAToHex (StyleContext.GetBackgroundColor (StateFlags.Normal))); - + html = html.Replace ("", UserInterfaceHelpers.RGBAToHex (StyleContext.GetBackgroundColor (StateFlags.Normal))); html = html.Replace ("", UserInterfaceHelpers.RGBAToHex (StyleContext.GetColor (StateFlags.Insensitive))); - html = html.Replace ("", UserInterfaceHelpers.RGBAToHex (StyleContext.GetColor (StateFlags.Insensitive))); html = html.Replace ("", "90%"); - html = html.Replace ("", pixmaps_path); html = html.Replace ("", "file://" + IO.Path.Combine (icons_path, "document-added.png")); html = html.Replace ("", "file://" + IO.Path.Combine (icons_path, "document-edited.png"));