aboutsummaryrefslogtreecommitdiff
path: root/audio/sayonara-player/fix-missing-tray-icons.patch
blob: bf690e79fb99268e906a01fd89b65d1b3345648a (plain)
1
2
3
4
5
6
7
8
9
10
11
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() {}