public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/files/
@ 2020-04-10 14:31 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-04-10 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2599d0ea6fb258c25e8000eef5672a5127c187ca
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jan  6 17:13:04 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 14:31:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2599d0ea

media-sound/clementine: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14270
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...-1.3.1_p20190609-fix-restore-from-systray.patch | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/media-sound/clementine/files/clementine-1.3.1_p20190609-fix-restore-from-systray.patch b/media-sound/clementine/files/clementine-1.3.1_p20190609-fix-restore-from-systray.patch
deleted file mode 100644
index 9f27e219e89..00000000000
--- a/media-sound/clementine/files/clementine-1.3.1_p20190609-fix-restore-from-systray.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 1bf633e71b7b5d8e5965971036d66e1d18552b49 Mon Sep 17 00:00:00 2001
-From: Michael Niggli <m.niggli@gmail.com>
-Date: Fri, 31 May 2019 17:04:46 +0200
-Subject: [PATCH] Fix blank window when restoring from systray
-
-This applies the fix qBittorrent used for this same issue:
-https://github.com/qbittorrent/qBittorrent/issues/9240,
-so credit goes to those guys
----
- src/ui/mainwindow.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp
-index 2944d46ec..ad603fd64 100644
---- a/src/ui/mainwindow.cpp
-+++ b/src/ui/mainwindow.cpp
-@@ -1441,7 +1441,7 @@ void MainWindow::closeEvent(QCloseEvent* event) {
-     keep_running = s.value("keeprunning", tray_icon_->IsVisible()).toBool();
- 
-   if (keep_running && event->spontaneous()) {
--    event->accept();
-+    event->ignore();
-     SetHiddenInTray(true);
-   } else {
-     Exit();
-@@ -1454,7 +1454,7 @@ void MainWindow::SetHiddenInTray(bool hidden) {
-   // Some window managers don't remember maximized state between calls to
-   // hide() and show(), so we have to remember it ourself.
-   if (hidden) {
--    hide();
-+    QTimer::singleShot(0, this, &QWidget::hide);
-   } else {
-     if (was_maximized_)
-       showMaximized();


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-10 14:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-10 14:31 [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/files/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox