This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//ignore -regexp -pattern "^.*fascinating.blog.by.freenode.staff.*$" * ALL | |
//ignore -regexp -pattern "^.*Read what IRC investigative journalists.*$" * ALL | |
//ignore -regexp -pattern "^.*interested in this blog by freenode.*$" * ALL | |
//ignore -regexp -pattern "^.*With our IRC ad service you can reach a global audience.*$" * ALL | |
//ignore -regexp -pattern "^.*This channel has been hacked by Australia.*$" * ALL | |
//ignore -regexp -pattern "^.*MattSTrout.com.*$" * ALL | |
//ignore -regexp -pattern "^.*williampitcock.com.*$" * ALL | |
//ignore -regexp -pattern "^.*bryanostergaard.com.*$" * ALL | |
//ignore -regexp -pattern "^.*This channel has moved to.*$" * ALL | |
//ignore -regexp -pattern "^.*After the acquisition by Private Internet Access.*$" * ALL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- keepassx-2.0.3/src/gui/MainWindow.cpp 2017-11-11 09:36:25.000000000 -0500 | |
+++ keepassx-2.0.3-fixed/src/gui/MainWindow.cpp 2017-11-11 09:51:22.898728108 -0500 | |
@@ -441,19 +441,20 @@ | |
if (accept) { | |
- if ((event->type() == QEvent::WindowStateChange) && isMinimized() | |
- && isTrayIconEnabled() && m_trayIcon && m_trayIcon->isVisible() | |
+ if (isTrayIconEnabled() && m_trayIcon && m_trayIcon->isVisible() | |
&& config()->get("GUI/MinimizeToTray").toBool()) |