diff --git a/ede-panel/applets/system-tray/Tray.cpp b/ede-panel/applets/system-tray/Tray.cpp index 58b4907..2c3fc6e 100644 --- a/ede-panel/applets/system-tray/Tray.cpp +++ b/ede-panel/applets/system-tray/Tray.cpp @@ -24,7 +24,7 @@ #define TRAY_ICONS_SPACE 5 /* multiple tray's are not allowed anyways so this can work */ -Tray *curr_tray = 0; +static Tray *curr_tray = 0; static int handle_xevent(int e) { if(fl_xevent->type == ClientMessage && fl_xevent->xclient.message_type == curr_tray->get_opcode()) {