Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37401371
en ru br
ALT Linux repos
S:1.5.1627-alt1

Group :: Networking/Instant messaging
RPM: psi-plus

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: psi-plus-events-alt.patch
Download


diff --git a/psi-plus-snapshots/src/mainwin.cpp b/psi-plus-snapshots/src/mainwin.cpp
index ecd20cc..5c0ce47 100644
--- a/psi-plus-snapshots/src/mainwin.cpp
+++ b/psi-plus-snapshots/src/mainwin.cpp
@@ -1616,7 +1616,7 @@ void MainWin::trayClicked(const QPoint &, int button)
         return;
     }
 
-    if (button == Qt::MiddleButton) {
+    if (button == Qt::MiddleButton || d->nextAmount > 0) {
         doRecvNextEvent();
         return;
     }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin