From a681c348b8a2da51aa3c230219e769899ac5997d Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Fri, 21 Jul 2017 12:55:16 +0200 Subject: [PATCH] fix(Notifier): check correctly internalWindow... --- src/components/notifier/Notifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notifier/Notifier.cpp b/src/components/notifier/Notifier.cpp index cffdae7cc..d06657bd4 100644 --- a/src/components/notifier/Notifier.cpp +++ b/src/components/notifier/Notifier.cpp @@ -43,7 +43,7 @@ #define NOTIFICATION_PROPERTY_X "popupX" #define NOTIFICATION_PROPERTY_Y "popupY" -#define NOTIFICATION_PROPERTY_WINDOW "internalWindow" +#define NOTIFICATION_PROPERTY_WINDOW "__internalWindow" #define NOTIFICATION_PROPERTY_TIMER "__timer"