diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-11-05 14:45:33 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-11-05 14:45:33 +0000 |
| commit | 9f0d9e27eb91b23f10508bf060aeb2180b36d1f3 (patch) | |
| tree | 202f6c49d7bf0567f0b681c7f2185e175d8bd32b /src/plugins/General | |
| parent | aff764dc194dee895a344306103fdedee9ddbc06 (diff) | |
| download | qmmp-9f0d9e27eb91b23f10508bf060aeb2180b36d1f3.tar.gz qmmp-9f0d9e27eb91b23f10508bf060aeb2180b36d1f3.tar.bz2 qmmp-9f0d9e27eb91b23f10508bf060aeb2180b36d1f3.zip | |
notifier: fixed bug with 'inverted' option
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6874 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/notifier/notifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/notifier/notifier.cpp b/src/plugins/General/notifier/notifier.cpp index 212f8bab1..6006cee93 100644 --- a/src/plugins/General/notifier/notifier.cpp +++ b/src/plugins/General/notifier/notifier.cpp @@ -176,7 +176,7 @@ void Notifier::removePsiTuneFiles() #ifdef Q_WS_X11 bool Notifier::hasFullscreenWindow() const { - if(m_disableForFullScreen) + if(!m_disableForFullScreen) return false; Atom type = None; int format = 0; |
