diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-03 08:30:46 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-03 08:30:46 +0000 |
commit | 9bf3ed961e17d8f1da7d67c480ae230ed9d3b8c6 (patch) | |
tree | 234a29c2c626225b3014dc5b8a5f617abb17f419 | |
parent | c0ff232a0112961b4d4e5aa29d6c7cab0664104b (diff) |
forgot db setting to disable Picture Comment notifications
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@344 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | MySpace/notifications.cpp | 1 |
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];
|