From 13fa197da082b0c0c42a2145e9e47c3e93c19165 Mon Sep 17 00:00:00 2001 From: "Francois Truphemus (melchips)" Date: Sun, 16 Jun 2013 23:38:17 +0200 Subject: [PATCH] Fix for compilation issue on GNU/Linux with misspelled SparkleLogger object --- SparkleShare/Linux/SparkleBubbles.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Linux/SparkleBubbles.cs b/SparkleShare/Linux/SparkleBubbles.cs index a5d9dbc5..50986c1e 100755 --- a/SparkleShare/Linux/SparkleBubbles.cs +++ b/SparkleShare/Linux/SparkleBubbles.cs @@ -55,7 +55,7 @@ namespace SparkleShare { notification.Show (); } catch (Exception e) { - Logger.LogInfo ("Notification", "Error showing notification: ", e); + SparkleLogger.LogInfo ("Notification", "Error showing notification: ", e); } }; }