summaryrefslogtreecommitdiffstats
path: root/audio/sayonara-player/fix-missing-tray-icons.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sayonara-player/fix-missing-tray-icons.patch')
-rw-r--r--audio/sayonara-player/fix-missing-tray-icons.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/sayonara-player/fix-missing-tray-icons.patch b/audio/sayonara-player/fix-missing-tray-icons.patch
deleted file mode 100644
index bf690e79fb..0000000000
--- a/audio/sayonara-player/fix-missing-tray-icons.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- GUI_TrayIcon.cpp 2018-08-28 03:07:45.000000000 -0300
-+++ GUI_TrayIcon.cpp.new 2018-08-28 17:38:41.000000000 -0300
-@@ -98,6 +98,9 @@
-
- mute_changed(pm->is_muted());
- playstate_changed(pm->playstate());
-+
-+ language_changed();
-+ skin_changed();
- }
-
- TrayIconContextMenu::~TrayIconContextMenu() {}