diff options
Diffstat (limited to 'audio/sayonara-player/fix-missing-tray-icons.patch')
-rw-r--r-- | audio/sayonara-player/fix-missing-tray-icons.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/sayonara-player/fix-missing-tray-icons.patch b/audio/sayonara-player/fix-missing-tray-icons.patch new file mode 100644 index 0000000000..bf690e79fb --- /dev/null +++ b/audio/sayonara-player/fix-missing-tray-icons.patch @@ -0,0 +1,12 @@ +--- 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() {} |