summaryrefslogtreecommitdiff
path: root/MySpace/notifications.cpp
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-09-05 00:40:07 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-09-05 00:40:07 +0000
commit078e9c45877ab309e5a03d00ea1d95d7e7dcf88a (patch)
tree54866a2285a47ac8af07db9603aa74a6895b5b93 /MySpace/notifications.cpp
parentfb9a812c82eb4807aae69f8717dcb7e28ad22693 (diff)
changed blog notification url
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@331 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/notifications.cpp')
-rw-r--r--MySpace/notifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/notifications.cpp b/MySpace/notifications.cpp
index fd69dad..8c2e989 100644
--- a/MySpace/notifications.cpp
+++ b/MySpace/notifications.cpp
@@ -7,7 +7,7 @@
#include <ctime>
#define URL_MAIL "http://messaging.myspace.com/index.cfm?fuseaction=mail.inbox"
-#define URL_BLOG "http://blog.myspace.com/index.cfm?fuseaction=blog"
+#define URL_BLOG "http://blog.myspace.com/index.cfm?fuseaction=blog.controlcenter"
#define URL_PROFILE "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=%d"
#define URL_FRIEND "http://messaging.myspace.com/index.cfm?fuseaction=mail.friendRequests"
#define URL_PICTURE "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPictureComments&friendID=%d"