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 ff06b617a4
commit ef7489e67d

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