anthonyfieroni added inline comments. INLINE COMMENTS
> presentationwidget.cpp:1763
> #ifdef Q_OS_LINUX
> - if (m_sleepInhibitCookie) {
> - ::close(m_sleepInhibitCookie);
> - m_sleepInhibitCookie = 0;
> + if (m_sleepInhibitFd) {
> + ::close(m_sleepInhibitFd);
It should be != -1
REPOSITORY
R223 Okular
REVISION DETAIL
https://phabricator.kde.org/D15574
To: tobiasdeiminger
Cc: anthonyfieroni, okular-devel, ngraham, aacid
