Fix for compilation issue on GNU/Linux with misspelled SparkleLogger object

This commit is contained in:
Francois Truphemus (melchips) 2013-06-16 23:38:17 +02:00
parent 614f65c5dd
commit 13fa197da0

View file

@ -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);
}
};
}