comparison libpurple/protocols/msn/notification.c @ 17276:513ee58e7305

Only write out the HTML comment on win32, to avoid the risk of confusing gnome-open. Fixes #1247
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 24 May 2007 11:12:15 +0000
parents 0c7d4f561b04
children 59e09ff3490d 48e26f248251
comparison
equal deleted inserted replaced
17272:b409b5c3063a 17276:513ee58e7305
997 "Error opening temp passport file: %s\n", 997 "Error opening temp passport file: %s\n",
998 strerror(errno)); 998 strerror(errno));
999 } 999 }
1000 else 1000 else
1001 { 1001 {
1002 fputs("<!-- saved from url=(0013)about:internet -->\n" 1002 #ifdef _WIN32
1003 "<html>\n" 1003 fputs("<!-- saved from url=(0013)about:internet -->\n", fd);
1004 #endif
1005 fputs("<html>\n"
1004 "<head>\n" 1006 "<head>\n"
1005 "<noscript>\n" 1007 "<noscript>\n"
1006 "<meta http-equiv=\"Refresh\" content=\"0; " 1008 "<meta http-equiv=\"Refresh\" content=\"0; "
1007 "url=http://www.hotmail.com\">\n" 1009 "url=http://www.hotmail.com\">\n"
1008 "</noscript>\n" 1010 "</noscript>\n"