summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MySpace/notifications.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/MySpace/notifications.cpp b/MySpace/notifications.cpp
index d1f196c..389b946 100644
--- a/MySpace/notifications.cpp
+++ b/MySpace/notifications.cpp
@@ -236,6 +236,7 @@ void NotifyFriendRequest() {
void NotifyPictureComment() {
if (!ServiceExists( MS_POPUP_ADDPOPUPT)) return;
if(bWndPicPopup) return;
+ if(!DBGetContactSettingByte(0, MODULE, "NotifyPicComment", 1)) return;
POPUPDATAT ppd = {0};
TCHAR wproto[256];