linux: Write GTK+ version to the logs

This commit is contained in:
Hylke Bons 2018-02-11 13:30:08 +00:00
parent fc447cbdfd
commit 1e799c5ce7

View file

@ -43,6 +43,9 @@ namespace SparkleShare
public UserInterface ()
{
string gtk_version = string.Format ("{0}.{1}.{2}", Global.MajorVersion, Global.MinorVersion, Global.MicroVersion);
Logger.LogInfo ("Environment", "GTK+ " + gtk_version);
application = new Application ("org.sparkleshare.SparkleShare", GLib.ApplicationFlags.None);
application.Register (null);