Merge pull request #1310 from melchips/master

Compilation issue on Gnu/Linux (misspelled SparkleLogger object call)
This commit is contained in:
Hylke Bons 2013-06-16 15:09:36 -07:00
commit b8703f587d

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