diff options
author | James Geboski <jgeboski@gmail.com> | 2013-06-03 23:39:20 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-04 00:11:36 -0500 |
commit | 3d9c8a57647ceb693dc8c26d06a8035c81af7f13 (patch) | |
tree | 1882e86d9c1105fbc16f9aab1c7e1605e22e6a08 /network/mumble/patches/MainWindow-set-the-window-icon.patch | |
parent | f0f2f666724fcc5fbd3329eddd7e550ff8c21c15 (diff) |
network/mumble: Updated for version 1.2.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mumble/patches/MainWindow-set-the-window-icon.patch')
-rw-r--r-- | network/mumble/patches/MainWindow-set-the-window-icon.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/network/mumble/patches/MainWindow-set-the-window-icon.patch b/network/mumble/patches/MainWindow-set-the-window-icon.patch deleted file mode 100644 index 5b3db8670474f..0000000000000 --- a/network/mumble/patches/MainWindow-set-the-window-icon.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 38bdb16b33436a11bd506a80af9191cfc6f98bb3 Mon Sep 17 00:00:00 2001 -From: jgeboski <jgeboski@gmail.com> -Date: Thu, 22 Mar 2012 18:17:56 -0400 -Subject: [PATCH 2/2] MainWindow: directly set the window icon - ---- - src/mumble/MainWindow.cpp | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) - -diff --git a/src/mumble/MainWindow.cpp b/src/mumble/MainWindow.cpp -index ee71d6e..ce88421 100644 ---- a/src/mumble/MainWindow.cpp -+++ b/src/mumble/MainWindow.cpp -@@ -160,6 +160,10 @@ MainWindow::MainWindow(QWidget *p) : QMainWindow(p) { - // current open document (i.e. you can copy the open document anywhere - // simply by dragging this icon). - qApp->setWindowIcon(qiIcon); -+ -+ // Set the icon on the MainWindow directly. This fixes the icon not -+ // being set on the MainWindow in certain environments (Ex: GTK+). -+ setWindowIcon(qiIcon); - #endif - - #ifdef Q_OS_WIN --- -1.7.4.4 - |