From 4ff543fe1f36bef43b9cc5b9b8d80dd354cfdc3c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 30 Nov 2018 15:00:48 +0100 Subject: WTF did we have two classes for downloading files? --- src/xsession.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xsession.cpp') diff --git a/src/xsession.cpp b/src/xsession.cpp index d72aecf..2d7214a 100644 --- a/src/xsession.cpp +++ b/src/xsession.cpp @@ -23,9 +23,11 @@ void XSession::init(const QString& name, const QString& exec, this->exec_ = exec; this->comment_ = comment; this->icon_ = icon; + this->priority_ = 0; } bool XSession::init(const QString& filename) { + this->priority_ = 0; QSettings settings(filename, QSettings::IniFormat); settings.setIniCodec("UTF-8"); -- cgit v1.2.3-55-g7522