From ef7489e67d01e9cfd511238b443f617b4920925a 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); } }; }