diff src/protocols/msn/notification.c @ 10240:95ca0db2d01d

[gaim-migrate @ 11377] Removing trust parameter for gaim_notify_uri (see gaim-devel over past few days). Removed URI scheme filtering for win32. Instead we'll allow what ever the default http browser allows. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 22 Nov 2004 22:13:12 +0000
parents ecf3ce2e2ab1
children 59b1fce24f60
line wrap: on
line diff
--- a/src/protocols/msn/notification.c	Mon Nov 22 21:56:46 2004 +0000
+++ b/src/protocols/msn/notification.c	Mon Nov 22 22:13:12 2004 +0000
@@ -829,27 +829,7 @@
 
 			unlink(session->passport_info.file);
 			g_free(session->passport_info.file);
-		}
-		else
-		{
-			/*
-			 * Renaming file with .html extension, so that the
-			 * win32 open_url will work.
-			 */
-			char *tmp;
-
-			if ((tmp =
-				 g_strdup_printf("%s.html", session->passport_info.file))
-				!= NULL)
-			{
-				if (rename(session->passport_info.file, tmp) == 0)
-				{
-					g_free(session->passport_info.file);
-					session->passport_info.file = tmp;
-				}
-				else
-					g_free(tmp);
-			}
+			session->passport_info.file = NULL;
 		}
 	}
 }